Shades of Water Leaf #AFF1DD
Tints of Water Leaf #AFF1DD
RGB
CMYK
RGB Variations
Color information
#AFF1DD (or 0xAFF1DD) is known color: Water Leaf. HEX triplet: AF, F1 and DD. RGB value is (175,241,221). Sum of RGB (Red+Green+Blue) = 175+241+221=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1DD is #500E22. Grayscale: #DBDBDB. Windows color (decimal): -5246499 or 14545327. OLE color: 14545327.
HSL color Cylindrical-coordinate representation of color #AFF1DD: hue angle of 161.82º 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 #AFF1DD is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 221 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.05 |
| HSL | 161.82º | 0.7% | 0.82% | - |
| HSV(B) | 161.82º | 0.27% | 0.95% | - |
| XYZ | 62.19 | 77.25 | 80.04 | - |
| YUV | 218.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 221 | 0.27 | 0 | 0.08 | 0.05 | 161.82 | 0.7 | 0.82 |
| Hex | AF | F1 | DD | 1B | 0 | 8 | 5 | A2 | 46 | 52 |
| Octal | 257 | 361 | 335 | 33 | 0 | 10 | 5 | 242 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11011101 | 11011 | 0 | 1000 | 101 | 10100010 | 1000110 | 1010010 |
Color Harmonies of #AFF1DD
Complementary color
Monochromatic Colors of #AFF1DD
Black with #AFF1DD
Text Example
Text Example
White with #AFF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1DD; }
p { color: rgb(175,241,221); }
H1.HeaderClassName
{
color: #AFF1DD;
}
.AnyTagClassName
{
color: #AFF1DD;
}
</style>
background-color css
<style>
a { background-color: #AFF1DD; }
a { background-color: rgb(175,241,221); }
div.DivClassName
{
background-color: #AFF1DD;
}
.BgClassName
{
background-color: #AFF1DD;
}
</style>
border-color css
<style>
span { border-color: #AFF1DD; }
span { border-color: rgb(175,241,221); }
td.TdClassName
{
border-color: #AFF1DD;
}
.TagClassName
{
border-color: #AFF1DD;
}
</style>