Shades of Water Leaf #AFE8DE
Tints of Water Leaf #AFE8DE
RGB
CMYK
RGB Variations
Color information
#AFE8DE (or 0xAFE8DE) is known color: Water Leaf. HEX triplet: AF, E8 and DE. RGB value is (175,232,222). Sum of RGB (Red+Green+Blue) = 175+232+222=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8DE is #501721. Grayscale: #D5D5D5. Windows color (decimal): -5248802 or 14608559. OLE color: 14608559.
HSL color Cylindrical-coordinate representation of color #AFE8DE: hue angle of 169.47º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8DE is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 222 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.09 |
| HSL | 169.47º | 0.55% | 0.8% | - |
| HSV(B) | 169.47º | 0.25% | 0.91% | - |
| XYZ | 59.72 | 72.1 | 79.88 | - |
| YUV | 213.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 222 | 0.25 | 0 | 0.04 | 0.09 | 169.47 | 0.55 | 0.8 |
| Hex | AF | E8 | DE | 19 | 0 | 4 | 9 | A9 | 37 | 50 |
| Octal | 257 | 350 | 336 | 31 | 0 | 4 | 11 | 251 | 67 | 120 |
| Binary | 10101111 | 11101000 | 11011110 | 11001 | 0 | 100 | 1001 | 10101001 | 110111 | 1010000 |
Color Harmonies of #AFE8DE
Complementary color
Monochromatic Colors of #AFE8DE
Black with #AFE8DE
Text Example
Text Example
White with #AFE8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8DE; }
p { color: rgb(175,232,222); }
H1.HeaderClassName
{
color: #AFE8DE;
}
.AnyTagClassName
{
color: #AFE8DE;
}
</style>
background-color css
<style>
a { background-color: #AFE8DE; }
a { background-color: rgb(175,232,222); }
div.DivClassName
{
background-color: #AFE8DE;
}
.BgClassName
{
background-color: #AFE8DE;
}
</style>
border-color css
<style>
span { border-color: #AFE8DE; }
span { border-color: rgb(175,232,222); }
td.TdClassName
{
border-color: #AFE8DE;
}
.TagClassName
{
border-color: #AFE8DE;
}
</style>