Shades of Water Leaf #AFF0DD
Tints of Water Leaf #AFF0DD
RGB
CMYK
RGB Variations
Color information
#AFF0DD (or 0xAFF0DD) is known color: Water Leaf. HEX triplet: AF, F0 and DD. RGB value is (175,240,221). Sum of RGB (Red+Green+Blue) = 175+240+221=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0DD is #500F22. Grayscale: #DADADA. Windows color (decimal): -5246755 or 14545071. OLE color: 14545071.
HSL color Cylindrical-coordinate representation of color #AFF0DD: hue angle of 162.46º degrees, saturation: 0.68, 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 #AFF0DD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 221 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.06 |
| HSL | 162.46º | 0.68% | 0.81% | - |
| HSV(B) | 162.46º | 0.27% | 0.94% | - |
| XYZ | 61.89 | 76.65 | 79.94 | - |
| YUV | 218.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 221 | 0.27 | 0 | 0.08 | 0.06 | 162.46 | 0.68 | 0.81 |
| Hex | AF | F0 | DD | 1B | 0 | 8 | 6 | A2 | 44 | 51 |
| Octal | 257 | 360 | 335 | 33 | 0 | 10 | 6 | 242 | 104 | 121 |
| Binary | 10101111 | 11110000 | 11011101 | 11011 | 0 | 1000 | 110 | 10100010 | 1000100 | 1010001 |
Color Harmonies of #AFF0DD
Complementary color
Monochromatic Colors of #AFF0DD
Black with #AFF0DD
Text Example
Text Example
White with #AFF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0DD; }
p { color: rgb(175,240,221); }
H1.HeaderClassName
{
color: #AFF0DD;
}
.AnyTagClassName
{
color: #AFF0DD;
}
</style>
background-color css
<style>
a { background-color: #AFF0DD; }
a { background-color: rgb(175,240,221); }
div.DivClassName
{
background-color: #AFF0DD;
}
.BgClassName
{
background-color: #AFF0DD;
}
</style>
border-color css
<style>
span { border-color: #AFF0DD; }
span { border-color: rgb(175,240,221); }
td.TdClassName
{
border-color: #AFF0DD;
}
.TagClassName
{
border-color: #AFF0DD;
}
</style>