Shades of Water Leaf #AFF6E3
Tints of Water Leaf #AFF6E3
RGB
CMYK
RGB Variations
Color information
#AFF6E3 (or 0xAFF6E3) is known color: Water Leaf. HEX triplet: AF, F6 and E3. RGB value is (175,246,227). Sum of RGB (Red+Green+Blue) = 175+246+227=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6E3 is #50091C. Grayscale: #DEDEDE. Windows color (decimal): -5245213 or 14939823. OLE color: 14939823.
HSL color Cylindrical-coordinate representation of color #AFF6E3: hue angle of 163.94º 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 #AFF6E3 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 227 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.04 |
| HSL | 163.94º | 0.8% | 0.83% | - |
| HSV(B) | 163.94º | 0.29% | 0.96% | - |
| XYZ | 64.5 | 80.57 | 84.83 | - |
| YUV | 222.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 227 | 0.29 | 0 | 0.08 | 0.04 | 163.94 | 0.8 | 0.83 |
| Hex | AF | F6 | E3 | 1D | 0 | 8 | 4 | A4 | 50 | 53 |
| Octal | 257 | 366 | 343 | 35 | 0 | 10 | 4 | 244 | 120 | 123 |
| Binary | 10101111 | 11110110 | 11100011 | 11101 | 0 | 1000 | 100 | 10100100 | 1010000 | 1010011 |
Color Harmonies of #AFF6E3
Complementary color
Monochromatic Colors of #AFF6E3
Black with #AFF6E3
Text Example
Text Example
White with #AFF6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6E3; }
p { color: rgb(175,246,227); }
H1.HeaderClassName
{
color: #AFF6E3;
}
.AnyTagClassName
{
color: #AFF6E3;
}
</style>
background-color css
<style>
a { background-color: #AFF6E3; }
a { background-color: rgb(175,246,227); }
div.DivClassName
{
background-color: #AFF6E3;
}
.BgClassName
{
background-color: #AFF6E3;
}
</style>
border-color css
<style>
span { border-color: #AFF6E3; }
span { border-color: rgb(175,246,227); }
td.TdClassName
{
border-color: #AFF6E3;
}
.TagClassName
{
border-color: #AFF6E3;
}
</style>