Shades of Water Leaf #AFECD8
Tints of Water Leaf #AFECD8
RGB
CMYK
RGB Variations
Color information
#AFECD8 (or 0xAFECD8) is known color: Water Leaf. HEX triplet: AF, EC and D8. RGB value is (175,236,216). Sum of RGB (Red+Green+Blue) = 175+236+216=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD8 is #501327. Grayscale: #D7D7D7. Windows color (decimal): -5247784 or 14216367. OLE color: 14216367.
HSL color Cylindrical-coordinate representation of color #AFECD8: hue angle of 160.33º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECD8 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 216 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.07 |
| HSL | 160.33º | 0.62% | 0.81% | - |
| HSV(B) | 160.33º | 0.26% | 0.93% | - |
| XYZ | 60.07 | 74.06 | 76.1 | - |
| YUV | 215.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 216 | 0.26 | 0 | 0.08 | 0.07 | 160.33 | 0.62 | 0.81 |
| Hex | AF | EC | D8 | 1A | 0 | 8 | 7 | A0 | 3E | 51 |
| Octal | 257 | 354 | 330 | 32 | 0 | 10 | 7 | 240 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11011000 | 11010 | 0 | 1000 | 111 | 10100000 | 111110 | 1010001 |
Color Harmonies of #AFECD8
Complementary color
Monochromatic Colors of #AFECD8
Black with #AFECD8
Text Example
Text Example
White with #AFECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECD8; }
p { color: rgb(175,236,216); }
H1.HeaderClassName
{
color: #AFECD8;
}
.AnyTagClassName
{
color: #AFECD8;
}
</style>
background-color css
<style>
a { background-color: #AFECD8; }
a { background-color: rgb(175,236,216); }
div.DivClassName
{
background-color: #AFECD8;
}
.BgClassName
{
background-color: #AFECD8;
}
</style>
border-color css
<style>
span { border-color: #AFECD8; }
span { border-color: rgb(175,236,216); }
td.TdClassName
{
border-color: #AFECD8;
}
.TagClassName
{
border-color: #AFECD8;
}
</style>