Shades of Water Leaf #AFECDF
Tints of Water Leaf #AFECDF
RGB
CMYK
RGB Variations
Color information
#AFECDF (or 0xAFECDF) is known color: Water Leaf. HEX triplet: AF, EC and DF. RGB value is (175,236,223). Sum of RGB (Red+Green+Blue) = 175+236+223=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECDF is #501320. Grayscale: #D8D8D8. Windows color (decimal): -5247777 or 14675119. OLE color: 14675119.
HSL color Cylindrical-coordinate representation of color #AFECDF: hue angle of 167.21º 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 #AFECDF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 223 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.07 |
| HSL | 167.21º | 0.62% | 0.81% | - |
| HSV(B) | 167.21º | 0.26% | 0.93% | - |
| XYZ | 60.99 | 74.43 | 80.96 | - |
| YUV | 216.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 223 | 0.26 | 0 | 0.06 | 0.07 | 167.21 | 0.62 | 0.81 |
| Hex | AF | EC | DF | 1A | 0 | 6 | 7 | A7 | 3E | 51 |
| Octal | 257 | 354 | 337 | 32 | 0 | 6 | 7 | 247 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11011111 | 11010 | 0 | 110 | 111 | 10100111 | 111110 | 1010001 |
Color Harmonies of #AFECDF
Complementary color
Monochromatic Colors of #AFECDF
Black with #AFECDF
Text Example
Text Example
White with #AFECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECDF; }
p { color: rgb(175,236,223); }
H1.HeaderClassName
{
color: #AFECDF;
}
.AnyTagClassName
{
color: #AFECDF;
}
</style>
background-color css
<style>
a { background-color: #AFECDF; }
a { background-color: rgb(175,236,223); }
div.DivClassName
{
background-color: #AFECDF;
}
.BgClassName
{
background-color: #AFECDF;
}
</style>
border-color css
<style>
span { border-color: #AFECDF; }
span { border-color: rgb(175,236,223); }
td.TdClassName
{
border-color: #AFECDF;
}
.TagClassName
{
border-color: #AFECDF;
}
</style>