Shades of Water Leaf #9FFFE8
Tints of Water Leaf #9FFFE8
RGB
CMYK
RGB Variations
Color information
#9FFFE8 (or 0x9FFFE8) is known color: Water Leaf. HEX triplet: 9F, FF and E8. RGB value is (159,255,232). Sum of RGB (Red+Green+Blue) = 159+255+232=646 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.61% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFFE8 is #600017. Grayscale: #DFDFDF. Windows color (decimal): -6291480 or 15269791. OLE color: 15269791.
HSL color Cylindrical-coordinate representation of color #9FFFE8: hue angle of 165.62º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFFE8 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 232 | - |
| CMYK | 0.38 | 0 | 0.09 | 0 |
| HSL | 165.63º | 1% | 0.81% | - |
| HSV(B) | 165.63º | 0.38% | 1% | - |
| XYZ | 64.62 | 84.72 | 89.29 | - |
| YUV | 223.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 232 | 0.38 | 0 | 0.09 | 0 | 165.63 | 1 | 0.81 |
| Hex | 9F | FF | E8 | 26 | 0 | 9 | 0 | A6 | 64 | 51 |
| Octal | 237 | 377 | 350 | 46 | 0 | 11 | 0 | 246 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11101000 | 100110 | 0 | 1001 | 0 | 10100110 | 1100100 | 1010001 |
Color Harmonies of #9FFFE8
Complementary color
Monochromatic Colors of #9FFFE8
Black with #9FFFE8
Text Example
Text Example
White with #9FFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFE8; }
p { color: rgb(159,255,232); }
H1.HeaderClassName
{
color: #9FFFE8;
}
.AnyTagClassName
{
color: #9FFFE8;
}
</style>
background-color css
<style>
a { background-color: #9FFFE8; }
a { background-color: rgb(159,255,232); }
div.DivClassName
{
background-color: #9FFFE8;
}
.BgClassName
{
background-color: #9FFFE8;
}
</style>
border-color css
<style>
span { border-color: #9FFFE8; }
span { border-color: rgb(159,255,232); }
td.TdClassName
{
border-color: #9FFFE8;
}
.TagClassName
{
border-color: #9FFFE8;
}
</style>