#9CFBE4

Color #9CFBE4 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #9CFBE4

Tints of Water Leaf #9CFBE4

Color information

#9CFBE4 (or 0x9CFBE4) is unknown color: approx Water Leaf. HEX triplet: 9C, FB and E4. RGB value is (156,251,228). Sum of RGB (Red+Green+Blue) = 156+251+228=635 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.57% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBE4 is #63041B. Grayscale: #DBDBDB. Windows color (decimal): -6489116 or 15006620. OLE color: 15006620.

HSL color Cylindrical-coordinate representation of color #9CFBE4: hue angle of 165.47º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFBE4 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB156251228-
CMYK0.3800.090.02
HSL165.47º92.23%79.8%-
HSV(B)165.47º37.85%98.43%-
XYZ62.2181.6685.88-
YUV219.97132.5382.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.57%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 228 (89.45% from 255) = 35.91%
R=24.57%
G=39.53%
B=35.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562512280.3800.090.02165.4792.2379.8
Hex9CFBE426092a55c50
Octal234373344460112245134120
Binary10011100111110111110010010011001001101010010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CFBE4; }

 p { color: rgb(156,251,228); }

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

<style>
 a { background-color: #9CFBE4; }

 a { background-color: rgb(156,251,228); }

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

<style>
 span { border-color: #9CFBE4; }

 span { border-color: rgb(156,251,228); }

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