Shades of Water Leaf #AFF0DB
Tints of Water Leaf #AFF0DB
RGB
CMYK
RGB Variations
Color information
#AFF0DB (or 0xAFF0DB) is known color: Water Leaf. HEX triplet: AF, F0 and DB. RGB value is (175,240,219). Sum of RGB (Red+Green+Blue) = 175+240+219=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0DB is #500F24. Grayscale: #DADADA. Windows color (decimal): -5246757 or 14413999. OLE color: 14413999.
HSL color Cylindrical-coordinate representation of color #AFF0DB: hue angle of 160.62º 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 #AFF0DB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 175 | 240 | 219 | - |
CMYK | 0.27 | 0 | 0.09 | 0.06 |
HSL | 160.62º | 0.68% | 0.81% | - |
HSV(B) | 160.62º | 0.27% | 0.94% | - |
XYZ | 61.63 | 76.55 | 78.55 | - |
YUV | 218.17 | 128.47 | 97.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 240 | 219 | 0.27 | 0 | 0.09 | 0.06 | 160.62 | 0.68 | 0.81 |
Hex | AF | F0 | DB | 1B | 0 | 9 | 6 | A1 | 44 | 51 |
Octal | 257 | 360 | 333 | 33 | 0 | 11 | 6 | 241 | 104 | 121 |
Binary | 10101111 | 11110000 | 11011011 | 11011 | 0 | 1001 | 110 | 10100001 | 1000100 | 1010001 |
Color Harmonies of #AFF0DB
Complementary color
Monochromatic Colors of #AFF0DB
Black with #AFF0DB
Text Example
Text Example
White with #AFF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0DB; }
p { color: rgb(175,240,219); }
H1.HeaderClassName
{
color: #AFF0DB;
}
.AnyTagClassName
{
color: #AFF0DB;
}
</style>
background-color css
<style>
a { background-color: #AFF0DB; }
a { background-color: rgb(175,240,219); }
div.DivClassName
{
background-color: #AFF0DB;
}
.BgClassName
{
background-color: #AFF0DB;
}
</style>
border-color css
<style>
span { border-color: #AFF0DB; }
span { border-color: rgb(175,240,219); }
td.TdClassName
{
border-color: #AFF0DB;
}
.TagClassName
{
border-color: #AFF0DB;
}
</style>