Shades of Water Leaf #AFEFDD
Tints of Water Leaf #AFEFDD
RGB
CMYK
RGB Variations
Color information
#AFEFDD (or 0xAFEFDD) is known color: Water Leaf. HEX triplet: AF, EF and DD. RGB value is (175,239,221). Sum of RGB (Red+Green+Blue) = 175+239+221=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFDD is #501022. Grayscale: #D9D9D9. Windows color (decimal): -5247011 or 14544815. OLE color: 14544815.
HSL color Cylindrical-coordinate representation of color #AFEFDD: hue angle of 163.12º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFDD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 221 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.06 |
| HSL | 163.13º | 0.67% | 0.81% | - |
| HSV(B) | 163.13º | 0.27% | 0.94% | - |
| XYZ | 61.6 | 76.07 | 79.84 | - |
| YUV | 217.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 221 | 0.27 | 0 | 0.08 | 0.06 | 163.13 | 0.67 | 0.81 |
| Hex | AF | EF | DD | 1B | 0 | 8 | 6 | A3 | 43 | 51 |
| Octal | 257 | 357 | 335 | 33 | 0 | 10 | 6 | 243 | 103 | 121 |
| Binary | 10101111 | 11101111 | 11011101 | 11011 | 0 | 1000 | 110 | 10100011 | 1000011 | 1010001 |
Color Harmonies of #AFEFDD
Complementary color
Monochromatic Colors of #AFEFDD
Black with #AFEFDD
Text Example
Text Example
White with #AFEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEFDD; }
p { color: rgb(175,239,221); }
H1.HeaderClassName
{
color: #AFEFDD;
}
.AnyTagClassName
{
color: #AFEFDD;
}
</style>
background-color css
<style>
a { background-color: #AFEFDD; }
a { background-color: rgb(175,239,221); }
div.DivClassName
{
background-color: #AFEFDD;
}
.BgClassName
{
background-color: #AFEFDD;
}
</style>
border-color css
<style>
span { border-color: #AFEFDD; }
span { border-color: rgb(175,239,221); }
td.TdClassName
{
border-color: #AFEFDD;
}
.TagClassName
{
border-color: #AFEFDD;
}
</style>