Shades of Water Leaf #AFEEDC
Tints of Water Leaf #AFEEDC
RGB
CMYK
RGB Variations
Color information
#AFEEDC (or 0xAFEEDC) is known color: Water Leaf. HEX triplet: AF, EE and DC. RGB value is (175,238,220). Sum of RGB (Red+Green+Blue) = 175+238+220=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEDC is #501123. Grayscale: #D9D9D9. Windows color (decimal): -5247268 or 14479023. OLE color: 14479023.
HSL color Cylindrical-coordinate representation of color #AFEEDC: hue angle of 162.86º degrees, saturation: 0.65, 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 #AFEEDC is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 220 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.07 |
| HSL | 162.86º | 0.65% | 0.81% | - |
| HSV(B) | 162.86º | 0.26% | 0.93% | - |
| XYZ | 61.17 | 75.43 | 79.05 | - |
| YUV | 217.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 220 | 0.26 | 0 | 0.08 | 0.07 | 162.86 | 0.65 | 0.81 |
| Hex | AF | EE | DC | 1A | 0 | 8 | 7 | A3 | 41 | 51 |
| Octal | 257 | 356 | 334 | 32 | 0 | 10 | 7 | 243 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11011100 | 11010 | 0 | 1000 | 111 | 10100011 | 1000001 | 1010001 |
Color Harmonies of #AFEEDC
Complementary color
Monochromatic Colors of #AFEEDC
Black with #AFEEDC
Text Example
Text Example
White with #AFEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEDC; }
p { color: rgb(175,238,220); }
H1.HeaderClassName
{
color: #AFEEDC;
}
.AnyTagClassName
{
color: #AFEEDC;
}
</style>
background-color css
<style>
a { background-color: #AFEEDC; }
a { background-color: rgb(175,238,220); }
div.DivClassName
{
background-color: #AFEEDC;
}
.BgClassName
{
background-color: #AFEEDC;
}
</style>
border-color css
<style>
span { border-color: #AFEEDC; }
span { border-color: rgb(175,238,220); }
td.TdClassName
{
border-color: #AFEEDC;
}
.TagClassName
{
border-color: #AFEEDC;
}
</style>