#3FBF98

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

Shades of Shamrock #3FBF98

Tints of Shamrock #3FBF98

Color information

#3FBF98 (or 0x3FBF98) is unknown color: approx Shamrock. HEX triplet: 3F, BF and 98. RGB value is (63,191,152). Sum of RGB (Red+Green+Blue) = 63+191+152=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBF98 is #C04067. Grayscale: #949494. Windows color (decimal): -12599400 or 10010431. OLE color: 10010431.

HSL color Cylindrical-coordinate representation of color #3FBF98: hue angle of 161.72º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBF98 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB63191152-
CMYK0.6700.200.25
HSL161.72º50.39%49.8%-
HSV(B)161.72º67.02%74.9%-
XYZ26.3540.5936.15-
YUV148.28130.0967.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.52%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 152 (59.77% from 255) = 37.44%
R=15.52%
G=47.04%
B=37.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631911520.6700.200.25161.7250.3949.8
Hex3FBF984301419a23232
Octal77277230103024312426262
Binary111111101111111001100010000110101001100110100010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,191,152); }

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

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

 a { background-color: rgb(63,191,152); }

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

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

 span { border-color: rgb(63,191,152); }

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