#9DFEE6

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

Shades of Water Leaf #9DFEE6

Tints of Water Leaf #9DFEE6

Color information

#9DFEE6 (or 0x9DFEE6) is unknown color: approx Water Leaf. HEX triplet: 9D, FE and E6. RGB value is (157,254,230). Sum of RGB (Red+Green+Blue) = 157+254+230=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEE6 is #620119. Grayscale: #DEDEDE. Windows color (decimal): -6422810 or 15138461. OLE color: 15138461.

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

Color convert

RGB157254230-
CMYK0.3800.090.00
HSL165.15º97.98%80.59%-
HSV(B)165.15º38.19%99.61%-
XYZ63.6383.7687.68-
YUV222.26132.3681.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.49%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=24.49%
G=39.63%
B=35.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572542300.3800.090.00165.1597.9880.59
Hex9DFEE626090a56251
Octal235376346460110245142121
Binary1001110111111110111001101001100100101010010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,254,230); }

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

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

 a { background-color: rgb(157,254,230); }

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

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

 span { border-color: rgb(157,254,230); }

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