Shades of Water Leaf #AFF1E2
Tints of Water Leaf #AFF1E2
RGB
CMYK
RGB Variations
Color information
#AFF1E2 (or 0xAFF1E2) is known color: Water Leaf. HEX triplet: AF, F1 and E2. RGB value is (175,241,226). Sum of RGB (Red+Green+Blue) = 175+241+226=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1E2 is #500E1D. Grayscale: #DBDBDB. Windows color (decimal): -5246494 or 14873007. OLE color: 14873007.
HSL color Cylindrical-coordinate representation of color #AFF1E2: hue angle of 166.36º 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 #AFF1E2 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 226 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.05 |
| HSL | 166.36º | 0.7% | 0.82% | - |
| HSV(B) | 166.36º | 0.27% | 0.95% | - |
| XYZ | 62.86 | 77.52 | 83.6 | - |
| YUV | 219.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 226 | 0.27 | 0 | 0.06 | 0.05 | 166.36 | 0.7 | 0.82 |
| Hex | AF | F1 | E2 | 1B | 0 | 6 | 5 | A6 | 46 | 52 |
| Octal | 257 | 361 | 342 | 33 | 0 | 6 | 5 | 246 | 106 | 122 |
| Binary | 10101111 | 11110001 | 11100010 | 11011 | 0 | 110 | 101 | 10100110 | 1000110 | 1010010 |
Color Harmonies of #AFF1E2
Complementary color
Monochromatic Colors of #AFF1E2
Black with #AFF1E2
Text Example
Text Example
White with #AFF1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF1E2; }
p { color: rgb(175,241,226); }
H1.HeaderClassName
{
color: #AFF1E2;
}
.AnyTagClassName
{
color: #AFF1E2;
}
</style>
background-color css
<style>
a { background-color: #AFF1E2; }
a { background-color: rgb(175,241,226); }
div.DivClassName
{
background-color: #AFF1E2;
}
.BgClassName
{
background-color: #AFF1E2;
}
</style>
border-color css
<style>
span { border-color: #AFF1E2; }
span { border-color: rgb(175,241,226); }
td.TdClassName
{
border-color: #AFF1E2;
}
.TagClassName
{
border-color: #AFF1E2;
}
</style>