Shades of Water Leaf #AFECDC
Tints of Water Leaf #AFECDC
RGB
CMYK
RGB Variations
Color information
#AFECDC (or 0xAFECDC) is known color: Water Leaf. HEX triplet: AF, EC and DC. RGB value is (175,236,220). Sum of RGB (Red+Green+Blue) = 175+236+220=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECDC is #501323. Grayscale: #D7D7D7. Windows color (decimal): -5247780 or 14478511. OLE color: 14478511.
HSL color Cylindrical-coordinate representation of color #AFECDC: hue angle of 164.26º 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 #AFECDC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 220 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.07 |
| HSL | 164.26º | 0.62% | 0.81% | - |
| HSV(B) | 164.26º | 0.26% | 0.93% | - |
| XYZ | 60.59 | 74.27 | 78.85 | - |
| YUV | 215.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 220 | 0.26 | 0 | 0.07 | 0.07 | 164.26 | 0.62 | 0.81 |
| Hex | AF | EC | DC | 1A | 0 | 7 | 7 | A4 | 3E | 51 |
| Octal | 257 | 354 | 334 | 32 | 0 | 7 | 7 | 244 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11011100 | 11010 | 0 | 111 | 111 | 10100100 | 111110 | 1010001 |
Color Harmonies of #AFECDC
Complementary color
Monochromatic Colors of #AFECDC
Black with #AFECDC
Text Example
Text Example
White with #AFECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECDC; }
p { color: rgb(175,236,220); }
H1.HeaderClassName
{
color: #AFECDC;
}
.AnyTagClassName
{
color: #AFECDC;
}
</style>
background-color css
<style>
a { background-color: #AFECDC; }
a { background-color: rgb(175,236,220); }
div.DivClassName
{
background-color: #AFECDC;
}
.BgClassName
{
background-color: #AFECDC;
}
</style>
border-color css
<style>
span { border-color: #AFECDC; }
span { border-color: rgb(175,236,220); }
td.TdClassName
{
border-color: #AFECDC;
}
.TagClassName
{
border-color: #AFECDC;
}
</style>