Shades of Water Leaf #AFECE4
Tints of Water Leaf #AFECE4
RGB
CMYK
RGB Variations
Color information
#AFECE4 (or 0xAFECE4) is known color: Water Leaf. HEX triplet: AF, EC and E4. RGB value is (175,236,228). Sum of RGB (Red+Green+Blue) = 175+236+228=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECE4 is #50131B. Grayscale: #D8D8D8. Windows color (decimal): -5247772 or 15002799. OLE color: 15002799.
HSL color Cylindrical-coordinate representation of color #AFECE4: hue angle of 172.13º 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 #AFECE4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 228 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.07 |
| HSL | 172.13º | 0.62% | 0.81% | - |
| HSV(B) | 172.13º | 0.26% | 0.93% | - |
| XYZ | 61.68 | 74.71 | 84.57 | - |
| YUV | 216.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 228 | 0.26 | 0 | 0.03 | 0.07 | 172.13 | 0.62 | 0.81 |
| Hex | AF | EC | E4 | 1A | 0 | 3 | 7 | AC | 3E | 51 |
| Octal | 257 | 354 | 344 | 32 | 0 | 3 | 7 | 254 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11100100 | 11010 | 0 | 11 | 111 | 10101100 | 111110 | 1010001 |
Color Harmonies of #AFECE4
Complementary color
Monochromatic Colors of #AFECE4
Black with #AFECE4
Text Example
Text Example
White with #AFECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECE4; }
p { color: rgb(175,236,228); }
H1.HeaderClassName
{
color: #AFECE4;
}
.AnyTagClassName
{
color: #AFECE4;
}
</style>
background-color css
<style>
a { background-color: #AFECE4; }
a { background-color: rgb(175,236,228); }
div.DivClassName
{
background-color: #AFECE4;
}
.BgClassName
{
background-color: #AFECE4;
}
</style>
border-color css
<style>
span { border-color: #AFECE4; }
span { border-color: rgb(175,236,228); }
td.TdClassName
{
border-color: #AFECE4;
}
.TagClassName
{
border-color: #AFECE4;
}
</style>