Shades of Water Leaf #AFF6E2
Tints of Water Leaf #AFF6E2
RGB
CMYK
RGB Variations
Color information
#AFF6E2 (or 0xAFF6E2) is known color: Water Leaf. HEX triplet: AF, F6 and E2. RGB value is (175,246,226). Sum of RGB (Red+Green+Blue) = 175+246+226=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6E2 is #50091D. Grayscale: #DEDEDE. Windows color (decimal): -5245214 or 14874287. OLE color: 14874287.
HSL color Cylindrical-coordinate representation of color #AFF6E2: hue angle of 163.1º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6E2 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 226 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.04 |
| HSL | 163.1º | 0.8% | 0.83% | - |
| HSV(B) | 163.1º | 0.29% | 0.96% | - |
| XYZ | 64.36 | 80.52 | 84.1 | - |
| YUV | 222.49 | 129.98 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 226 | 0.29 | 0 | 0.08 | 0.04 | 163.1 | 0.8 | 0.83 |
| Hex | AF | F6 | E2 | 1D | 0 | 8 | 4 | A3 | 50 | 53 |
| Octal | 257 | 366 | 342 | 35 | 0 | 10 | 4 | 243 | 120 | 123 |
| Binary | 10101111 | 11110110 | 11100010 | 11101 | 0 | 1000 | 100 | 10100011 | 1010000 | 1010011 |
Color Harmonies of #AFF6E2
Complementary color
Monochromatic Colors of #AFF6E2
Black with #AFF6E2
Text Example
Text Example
White with #AFF6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6E2; }
p { color: rgb(175,246,226); }
H1.HeaderClassName
{
color: #AFF6E2;
}
.AnyTagClassName
{
color: #AFF6E2;
}
</style>
background-color css
<style>
a { background-color: #AFF6E2; }
a { background-color: rgb(175,246,226); }
div.DivClassName
{
background-color: #AFF6E2;
}
.BgClassName
{
background-color: #AFF6E2;
}
</style>
border-color css
<style>
span { border-color: #AFF6E2; }
span { border-color: rgb(175,246,226); }
td.TdClassName
{
border-color: #AFF6E2;
}
.TagClassName
{
border-color: #AFF6E2;
}
</style>