#9CFCE5

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

Shades of Water Leaf #9CFCE5

Tints of Water Leaf #9CFCE5

Color information

#9CFCE5 (or 0x9CFCE5) is unknown color: approx Water Leaf. HEX triplet: 9C, FC and E5. RGB value is (156,252,229). Sum of RGB (Red+Green+Blue) = 156+252+229=637 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.49% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFCE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFCE5 is #63031A. Grayscale: #DCDCDC. Windows color (decimal): -6488859 or 15072412. OLE color: 15072412.

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

Color convert

RGB156252229-
CMYK0.3800.090.01
HSL165.62º94.12%80%-
HSV(B)165.62º38.1%98.82%-
XYZ62.6682.3586.72-
YUV220.67132.781.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.49%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=24.49%
G=39.56%
B=35.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1562522290.3800.090.01165.6294.1280
Hex9CFCE526091a65e50
Octal234374345460111246136120
Binary1001110011111100111001011001100100111010011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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