#9CFBE5

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

Shades of Water Leaf #9CFBE5

Tints of Water Leaf #9CFBE5

Color information

#9CFBE5 (or 0x9CFBE5) is unknown color: approx Water Leaf. HEX triplet: 9C, FB and E5. RGB value is (156,251,229). Sum of RGB (Red+Green+Blue) = 156+251+229=636 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.53% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFBE5 is #63041A. Grayscale: #DCDCDC. Windows color (decimal): -6489115 or 15072156. OLE color: 15072156.

HSL color Cylindrical-coordinate representation of color #9CFBE5: hue angle of 166.11º 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 #9CFBE5 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB156251229-
CMYK0.3800.090.02
HSL166.11º92.23%79.8%-
HSV(B)166.11º37.85%98.43%-
XYZ62.3581.7286.62-
YUV220.09133.0382.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.53%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 229 (89.84% from 255) = 36.01%
R=24.53%
G=39.47%
B=36.01%

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
Decimal1562512290.3800.090.02166.1192.2379.8
Hex9CFBE526092a65c50
Octal234373345460112246134120
Binary10011100111110111110010110011001001101010011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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