#3FB995

Color #3FB995 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3FB995

Tints of Shamrock #3FB995

Color information

#3FB995 (or 0x3FB995) is unknown color: approx Shamrock. HEX triplet: 3F, B9 and 95. RGB value is (63,185,149). Sum of RGB (Red+Green+Blue) = 63+185+149=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB995 is #C0466A. Grayscale: #909090. Windows color (decimal): -12600939 or 9812287. OLE color: 9812287.

HSL color Cylindrical-coordinate representation of color #3FB995: hue angle of 162.3º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB995 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB63185149-
CMYK0.6600.190.27
HSL162.3º49.19%48.63%-
HSV(B)162.3º65.95%72.55%-
XYZ24.8237.9234.45-
YUV144.42130.5869.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 15.87%
GREEN value IS 185 (72.66% from 255) = 46.60%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=15.87%
G=46.60%
B=37.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631851490.6600.190.27162.349.1948.63
Hex3FB995420131Ba23131
Octal77271225102023332426161
Binary111111101110011001010110000100100111101110100010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FB995; }

 p { color: rgb(63,185,149); }

 H1.HeaderClassName
 {
   color: #3FB995;
 }
 .AnyTagClassName
 {
   color: #3FB995;
 }
</style>
background-color css

<style>
 a { background-color: #3FB995; }

 a { background-color: rgb(63,185,149); }

 div.DivClassName
 {
   background-color: #3FB995;
 }
 .BgClassName
 {
   background-color: #3FB995;
 }
</style>
border-color css

<style>
 span { border-color: #3FB995; }

 span { border-color: rgb(63,185,149); }

 td.TdClassName
 {
   border-color: #3FB995;
 }
 .TagClassName
 {
   border-color: #3FB995;
 }
</style>