Shades of Water Leaf #AFEDDD
Tints of Water Leaf #AFEDDD
RGB
CMYK
RGB Variations
Color information
#AFEDDD (or 0xAFEDDD) is known color: Water Leaf. HEX triplet: AF, ED and DD. RGB value is (175,237,221). Sum of RGB (Red+Green+Blue) = 175+237+221=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDDD is #501222. Grayscale: #D8D8D8. Windows color (decimal): -5247523 or 14544303. OLE color: 14544303.
HSL color Cylindrical-coordinate representation of color #AFEDDD: hue angle of 164.52º degrees, saturation: 0.63, 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 #AFEDDD is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 221 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.07 |
| HSL | 164.52º | 0.63% | 0.81% | - |
| HSV(B) | 164.52º | 0.26% | 0.93% | - |
| XYZ | 61.01 | 74.9 | 79.65 | - |
| YUV | 216.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 221 | 0.26 | 0 | 0.07 | 0.07 | 164.52 | 0.63 | 0.81 |
| Hex | AF | ED | DD | 1A | 0 | 7 | 7 | A5 | 3F | 51 |
| Octal | 257 | 355 | 335 | 32 | 0 | 7 | 7 | 245 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11011101 | 11010 | 0 | 111 | 111 | 10100101 | 111111 | 1010001 |
Color Harmonies of #AFEDDD
Complementary color
Monochromatic Colors of #AFEDDD
Black with #AFEDDD
Text Example
Text Example
White with #AFEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDDD; }
p { color: rgb(175,237,221); }
H1.HeaderClassName
{
color: #AFEDDD;
}
.AnyTagClassName
{
color: #AFEDDD;
}
</style>
background-color css
<style>
a { background-color: #AFEDDD; }
a { background-color: rgb(175,237,221); }
div.DivClassName
{
background-color: #AFEDDD;
}
.BgClassName
{
background-color: #AFEDDD;
}
</style>
border-color css
<style>
span { border-color: #AFEDDD; }
span { border-color: rgb(175,237,221); }
td.TdClassName
{
border-color: #AFEDDD;
}
.TagClassName
{
border-color: #AFEDDD;
}
</style>