Shades of Water Leaf #AFF6E1
Tints of Water Leaf #AFF6E1
RGB
CMYK
RGB Variations
Color information
#AFF6E1 (or 0xAFF6E1) is known color: Water Leaf. HEX triplet: AF, F6 and E1. RGB value is (175,246,225). Sum of RGB (Red+Green+Blue) = 175+246+225=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 246 (96.48% from 255 or 38.08% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6E1 is #50091E. Grayscale: #DEDEDE. Windows color (decimal): -5245215 or 14808751. OLE color: 14808751.
HSL color Cylindrical-coordinate representation of color #AFF6E1: hue angle of 162.25º 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 #AFF6E1 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 225 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.04 |
| HSL | 162.25º | 0.8% | 0.83% | - |
| HSV(B) | 162.25º | 0.29% | 0.96% | - |
| XYZ | 64.23 | 80.46 | 83.38 | - |
| YUV | 222.38 | 129.48 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 225 | 0.29 | 0 | 0.09 | 0.04 | 162.25 | 0.8 | 0.83 |
| Hex | AF | F6 | E1 | 1D | 0 | 9 | 4 | A2 | 50 | 53 |
| Octal | 257 | 366 | 341 | 35 | 0 | 11 | 4 | 242 | 120 | 123 |
| Binary | 10101111 | 11110110 | 11100001 | 11101 | 0 | 1001 | 100 | 10100010 | 1010000 | 1010011 |
Color Harmonies of #AFF6E1
Complementary color
Monochromatic Colors of #AFF6E1
Black with #AFF6E1
Text Example
Text Example
White with #AFF6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6E1; }
p { color: rgb(175,246,225); }
H1.HeaderClassName
{
color: #AFF6E1;
}
.AnyTagClassName
{
color: #AFF6E1;
}
</style>
background-color css
<style>
a { background-color: #AFF6E1; }
a { background-color: rgb(175,246,225); }
div.DivClassName
{
background-color: #AFF6E1;
}
.BgClassName
{
background-color: #AFF6E1;
}
</style>
border-color css
<style>
span { border-color: #AFF6E1; }
span { border-color: rgb(175,246,225); }
td.TdClassName
{
border-color: #AFF6E1;
}
.TagClassName
{
border-color: #AFF6E1;
}
</style>