Shades of Water Leaf #AFE6E0
Tints of Water Leaf #AFE6E0
RGB
CMYK
RGB Variations
Color information
#AFE6E0 (or 0xAFE6E0) is known color: Water Leaf. HEX triplet: AF, E6 and E0. RGB value is (175,230,224). Sum of RGB (Red+Green+Blue) = 175+230+224=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6E0 is #50191F. Grayscale: #D4D4D4. Windows color (decimal): -5249312 or 14739119. OLE color: 14739119.
HSL color Cylindrical-coordinate representation of color #AFE6E0: hue angle of 173.45º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6E0 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 230 | 224 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.10 |
| HSL | 173.45º | 0.52% | 0.79% | - |
| HSV(B) | 173.45º | 0.24% | 0.9% | - |
| XYZ | 59.43 | 71.09 | 81.11 | - |
| YUV | 212.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 230 | 224 | 0.24 | 0 | 0.03 | 0.10 | 173.45 | 0.52 | 0.79 |
| Hex | AF | E6 | E0 | 18 | 0 | 3 | A | AD | 34 | 4F |
| Octal | 257 | 346 | 340 | 30 | 0 | 3 | 12 | 255 | 64 | 117 |
| Binary | 10101111 | 11100110 | 11100000 | 11000 | 0 | 11 | 1010 | 10101101 | 110100 | 1001111 |
Color Harmonies of #AFE6E0
Complementary color
Monochromatic Colors of #AFE6E0
Black with #AFE6E0
Text Example
Text Example
White with #AFE6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE6E0; }
p { color: rgb(175,230,224); }
H1.HeaderClassName
{
color: #AFE6E0;
}
.AnyTagClassName
{
color: #AFE6E0;
}
</style>
background-color css
<style>
a { background-color: #AFE6E0; }
a { background-color: rgb(175,230,224); }
div.DivClassName
{
background-color: #AFE6E0;
}
.BgClassName
{
background-color: #AFE6E0;
}
</style>
border-color css
<style>
span { border-color: #AFE6E0; }
span { border-color: rgb(175,230,224); }
td.TdClassName
{
border-color: #AFE6E0;
}
.TagClassName
{
border-color: #AFE6E0;
}
</style>