Shades of Water Leaf #AFF5E8
Tints of Water Leaf #AFF5E8
RGB
CMYK
RGB Variations
Color information
#AFF5E8 (or 0xAFF5E8) is known color: Water Leaf. HEX triplet: AF, F5 and E8. RGB value is (175,245,232). Sum of RGB (Red+Green+Blue) = 175+245+232=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF5E8 is #500A17. Grayscale: #DEDEDE. Windows color (decimal): -5245464 or 15267247. OLE color: 15267247.
HSL color Cylindrical-coordinate representation of color #AFF5E8: hue angle of 168.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5E8 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 232 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.04 |
| HSL | 168.86º | 0.78% | 0.82% | - |
| HSV(B) | 168.86º | 0.29% | 0.96% | - |
| XYZ | 64.9 | 80.24 | 88.41 | - |
| YUV | 222.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 232 | 0.29 | 0 | 0.05 | 0.04 | 168.86 | 0.78 | 0.82 |
| Hex | AF | F5 | E8 | 1D | 0 | 5 | 4 | A9 | 4E | 52 |
| Octal | 257 | 365 | 350 | 35 | 0 | 5 | 4 | 251 | 116 | 122 |
| Binary | 10101111 | 11110101 | 11101000 | 11101 | 0 | 101 | 100 | 10101001 | 1001110 | 1010010 |
Color Harmonies of #AFF5E8
Complementary color
Monochromatic Colors of #AFF5E8
Black with #AFF5E8
Text Example
Text Example
White with #AFF5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5E8; }
p { color: rgb(175,245,232); }
H1.HeaderClassName
{
color: #AFF5E8;
}
.AnyTagClassName
{
color: #AFF5E8;
}
</style>
background-color css
<style>
a { background-color: #AFF5E8; }
a { background-color: rgb(175,245,232); }
div.DivClassName
{
background-color: #AFF5E8;
}
.BgClassName
{
background-color: #AFF5E8;
}
</style>
border-color css
<style>
span { border-color: #AFF5E8; }
span { border-color: rgb(175,245,232); }
td.TdClassName
{
border-color: #AFF5E8;
}
.TagClassName
{
border-color: #AFF5E8;
}
</style>