Shades of Water Leaf #AFF1DB
Tints of Water Leaf #AFF1DB
RGB
CMYK
RGB Variations
Color information
#AFF1DB (or 0xAFF1DB) is known color: Water Leaf. HEX triplet: AF, F1 and DB. RGB value is (175,241,219). Sum of RGB (Red+Green+Blue) = 175+241+219=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1DB is #500E24. Grayscale: #DADADA. Windows color (decimal): -5246501 or 14414255. OLE color: 14414255.
HSL color Cylindrical-coordinate representation of color #AFF1DB: hue angle of 160º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1DB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 219 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.05 |
| HSL | 160º | 0.7% | 0.82% | - |
| HSV(B) | 160º | 0.27% | 0.95% | - |
| XYZ | 61.92 | 77.14 | 78.64 | - |
| YUV | 218.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 219 | 0.27 | 0 | 0.09 | 0.05 | 160 | 0.7 | 0.82 |
| Hex | AF | F1 | DB | 1B | 0 | 9 | 5 | A0 | 46 | 52 |
| Octal | 257 | 361 | 333 | 33 | 0 | 11 | 5 | 240 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11011011 | 11011 | 0 | 1001 | 101 | 10100000 | 1000110 | 1010010 |
Color Harmonies of #AFF1DB
Complementary color
Monochromatic Colors of #AFF1DB
Black with #AFF1DB
Text Example
Text Example
White with #AFF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1DB; }
p { color: rgb(175,241,219); }
H1.HeaderClassName
{
color: #AFF1DB;
}
.AnyTagClassName
{
color: #AFF1DB;
}
</style>
background-color css
<style>
a { background-color: #AFF1DB; }
a { background-color: rgb(175,241,219); }
div.DivClassName
{
background-color: #AFF1DB;
}
.BgClassName
{
background-color: #AFF1DB;
}
</style>
border-color css
<style>
span { border-color: #AFF1DB; }
span { border-color: rgb(175,241,219); }
td.TdClassName
{
border-color: #AFF1DB;
}
.TagClassName
{
border-color: #AFF1DB;
}
</style>