Shades of Water Leaf #AFF5DE
Tints of Water Leaf #AFF5DE
RGB
CMYK
RGB Variations
Color information
#AFF5DE (or 0xAFF5DE) is known color: Water Leaf. HEX triplet: AF, F5 and DE. RGB value is (175,245,222). Sum of RGB (Red+Green+Blue) = 175+245+222=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5DE is #500A21. Grayscale: #DDDDDD. Windows color (decimal): -5245474 or 14611887. OLE color: 14611887.
HSL color Cylindrical-coordinate representation of color #AFF5DE: hue angle of 160.29º 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 #AFF5DE is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 222 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.04 |
| HSL | 160.29º | 0.78% | 0.82% | - |
| HSV(B) | 160.29º | 0.29% | 0.96% | - |
| XYZ | 63.52 | 79.69 | 81.14 | - |
| YUV | 221.45 | 128.31 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 222 | 0.29 | 0 | 0.09 | 0.04 | 160.29 | 0.78 | 0.82 |
| Hex | AF | F5 | DE | 1D | 0 | 9 | 4 | A0 | 4E | 52 |
| Octal | 257 | 365 | 336 | 35 | 0 | 11 | 4 | 240 | 116 | 122 |
| Binary | 10101111 | 11110101 | 11011110 | 11101 | 0 | 1001 | 100 | 10100000 | 1001110 | 1010010 |
Color Harmonies of #AFF5DE
Complementary color
Monochromatic Colors of #AFF5DE
Black with #AFF5DE
Text Example
Text Example
White with #AFF5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5DE; }
p { color: rgb(175,245,222); }
H1.HeaderClassName
{
color: #AFF5DE;
}
.AnyTagClassName
{
color: #AFF5DE;
}
</style>
background-color css
<style>
a { background-color: #AFF5DE; }
a { background-color: rgb(175,245,222); }
div.DivClassName
{
background-color: #AFF5DE;
}
.BgClassName
{
background-color: #AFF5DE;
}
</style>
border-color css
<style>
span { border-color: #AFF5DE; }
span { border-color: rgb(175,245,222); }
td.TdClassName
{
border-color: #AFF5DE;
}
.TagClassName
{
border-color: #AFF5DE;
}
</style>