Shades of Water Leaf #AFE7E0
Tints of Water Leaf #AFE7E0
RGB
CMYK
RGB Variations
Color information
#AFE7E0 (or 0xAFE7E0) is known color: Water Leaf. HEX triplet: AF, E7 and E0. RGB value is (175,231,224). Sum of RGB (Red+Green+Blue) = 175+231+224=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7E0 is #50181F. Grayscale: #D5D5D5. Windows color (decimal): -5249056 or 14739375. OLE color: 14739375.
HSL color Cylindrical-coordinate representation of color #AFE7E0: hue angle of 172.5º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE7E0 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 224 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.09 |
| HSL | 172.5º | 0.54% | 0.8% | - |
| HSV(B) | 172.5º | 0.24% | 0.91% | - |
| XYZ | 59.71 | 71.65 | 81.2 | - |
| YUV | 213.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 224 | 0.24 | 0 | 0.03 | 0.09 | 172.5 | 0.54 | 0.8 |
| Hex | AF | E7 | E0 | 18 | 0 | 3 | 9 | AC | 36 | 50 |
| Octal | 257 | 347 | 340 | 30 | 0 | 3 | 11 | 254 | 66 | 120 |
| Binary | 10101111 | 11100111 | 11100000 | 11000 | 0 | 11 | 1001 | 10101100 | 110110 | 1010000 |
Color Harmonies of #AFE7E0
Complementary color
Monochromatic Colors of #AFE7E0
Black with #AFE7E0
Text Example
Text Example
White with #AFE7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7E0; }
p { color: rgb(175,231,224); }
H1.HeaderClassName
{
color: #AFE7E0;
}
.AnyTagClassName
{
color: #AFE7E0;
}
</style>
background-color css
<style>
a { background-color: #AFE7E0; }
a { background-color: rgb(175,231,224); }
div.DivClassName
{
background-color: #AFE7E0;
}
.BgClassName
{
background-color: #AFE7E0;
}
</style>
border-color css
<style>
span { border-color: #AFE7E0; }
span { border-color: rgb(175,231,224); }
td.TdClassName
{
border-color: #AFE7E0;
}
.TagClassName
{
border-color: #AFE7E0;
}
</style>