Shades of Water Leaf #AFF7DE
Tints of Water Leaf #AFF7DE
RGB
CMYK
RGB Variations
Color information
#AFF7DE (or 0xAFF7DE) is known color: Water Leaf. HEX triplet: AF, F7 and DE. RGB value is (175,247,222). Sum of RGB (Red+Green+Blue) = 175+247+222=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7DE is #500821. Grayscale: #DEDEDE. Windows color (decimal): -5244962 or 14612399. OLE color: 14612399.
HSL color Cylindrical-coordinate representation of color #AFF7DE: hue angle of 159.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7DE is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 222 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.03 |
| HSL | 159.17º | 0.82% | 0.83% | - |
| HSV(B) | 159.17º | 0.29% | 0.97% | - |
| XYZ | 64.12 | 80.91 | 81.34 | - |
| YUV | 222.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 222 | 0.29 | 0 | 0.10 | 0.03 | 159.17 | 0.82 | 0.83 |
| Hex | AF | F7 | DE | 1D | 0 | A | 3 | 9F | 52 | 53 |
| Octal | 257 | 367 | 336 | 35 | 0 | 12 | 3 | 237 | 122 | 123 |
| Binary | 10101111 | 11110111 | 11011110 | 11101 | 0 | 1010 | 11 | 10011111 | 1010010 | 1010011 |
Color Harmonies of #AFF7DE
Complementary color
Monochromatic Colors of #AFF7DE
Black with #AFF7DE
Text Example
Text Example
White with #AFF7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF7DE; }
p { color: rgb(175,247,222); }
H1.HeaderClassName
{
color: #AFF7DE;
}
.AnyTagClassName
{
color: #AFF7DE;
}
</style>
background-color css
<style>
a { background-color: #AFF7DE; }
a { background-color: rgb(175,247,222); }
div.DivClassName
{
background-color: #AFF7DE;
}
.BgClassName
{
background-color: #AFF7DE;
}
</style>
border-color css
<style>
span { border-color: #AFF7DE; }
span { border-color: rgb(175,247,222); }
td.TdClassName
{
border-color: #AFF7DE;
}
.TagClassName
{
border-color: #AFF7DE;
}
</style>