Shades of Water Leaf #AFEEDF
Tints of Water Leaf #AFEEDF
RGB
CMYK
RGB Variations
Color information
#AFEEDF (or 0xAFEEDF) is known color: Water Leaf. HEX triplet: AF, EE and DF. RGB value is (175,238,223). Sum of RGB (Red+Green+Blue) = 175+238+223=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEDF is #501120. Grayscale: #D9D9D9. Windows color (decimal): -5247265 or 14675631. OLE color: 14675631.
HSL color Cylindrical-coordinate representation of color #AFEEDF: hue angle of 165.71º 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 #AFEEDF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 223 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.07 |
| HSL | 165.71º | 0.65% | 0.81% | - |
| HSV(B) | 165.71º | 0.26% | 0.93% | - |
| XYZ | 61.57 | 75.59 | 81.16 | - |
| YUV | 217.45 | 131.13 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 223 | 0.26 | 0 | 0.06 | 0.07 | 165.71 | 0.65 | 0.81 |
| Hex | AF | EE | DF | 1A | 0 | 6 | 7 | A6 | 41 | 51 |
| Octal | 257 | 356 | 337 | 32 | 0 | 6 | 7 | 246 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11011111 | 11010 | 0 | 110 | 111 | 10100110 | 1000001 | 1010001 |
Color Harmonies of #AFEEDF
Complementary color
Monochromatic Colors of #AFEEDF
Black with #AFEEDF
Text Example
Text Example
White with #AFEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEDF; }
p { color: rgb(175,238,223); }
H1.HeaderClassName
{
color: #AFEEDF;
}
.AnyTagClassName
{
color: #AFEEDF;
}
</style>
background-color css
<style>
a { background-color: #AFEEDF; }
a { background-color: rgb(175,238,223); }
div.DivClassName
{
background-color: #AFEEDF;
}
.BgClassName
{
background-color: #AFEEDF;
}
</style>
border-color css
<style>
span { border-color: #AFEEDF; }
span { border-color: rgb(175,238,223); }
td.TdClassName
{
border-color: #AFEEDF;
}
.TagClassName
{
border-color: #AFEEDF;
}
</style>