Shades of Water Leaf #9EF9E5
Tints of Water Leaf #9EF9E5
RGB
CMYK
RGB Variations
Color information
#9EF9E5 (or 0x9EF9E5) is known color: Water Leaf. HEX triplet: 9E, F9 and E5. RGB value is (158,249,229). Sum of RGB (Red+Green+Blue) = 158+249+229=636 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.84% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF9E5 is #61061A. Grayscale: #DBDBDB. Windows color (decimal): -6358555 or 15071646. OLE color: 15071646.
HSL color Cylindrical-coordinate representation of color #9EF9E5: hue angle of 166.81º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF9E5 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 229 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.02 |
| HSL | 166.81º | 0.88% | 0.8% | - |
| HSV(B) | 166.81º | 0.37% | 0.98% | - |
| XYZ | 62.12 | 80.68 | 86.43 | - |
| YUV | 219.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 229 | 0.37 | 0 | 0.08 | 0.02 | 166.81 | 0.88 | 0.8 |
| Hex | 9E | F9 | E5 | 25 | 0 | 8 | 2 | A7 | 58 | 50 |
| Octal | 236 | 371 | 345 | 45 | 0 | 10 | 2 | 247 | 130 | 120 |
| Binary | 10011110 | 11111001 | 11100101 | 100101 | 0 | 1000 | 10 | 10100111 | 1011000 | 1010000 |
Color Harmonies of #9EF9E5
Complementary color
Monochromatic Colors of #9EF9E5
Black with #9EF9E5
Text Example
Text Example
White with #9EF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF9E5; }
p { color: rgb(158,249,229); }
H1.HeaderClassName
{
color: #9EF9E5;
}
.AnyTagClassName
{
color: #9EF9E5;
}
</style>
background-color css
<style>
a { background-color: #9EF9E5; }
a { background-color: rgb(158,249,229); }
div.DivClassName
{
background-color: #9EF9E5;
}
.BgClassName
{
background-color: #9EF9E5;
}
</style>
border-color css
<style>
span { border-color: #9EF9E5; }
span { border-color: rgb(158,249,229); }
td.TdClassName
{
border-color: #9EF9E5;
}
.TagClassName
{
border-color: #9EF9E5;
}
</style>