Shades of Water Leaf #AFF7E1
Tints of Water Leaf #AFF7E1
RGB
CMYK
RGB Variations
Color information
#AFF7E1 (or 0xAFF7E1) is known color: Water Leaf. HEX triplet: AF, F7 and E1. RGB value is (175,247,225). Sum of RGB (Red+Green+Blue) = 175+247+225=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7E1 is #50081E. Grayscale: #DEDEDE. Windows color (decimal): -5244959 or 14809007. OLE color: 14809007.
HSL color Cylindrical-coordinate representation of color #AFF7E1: hue angle of 161.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7E1 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 225 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.03 |
| HSL | 161.67º | 0.82% | 0.83% | - |
| HSV(B) | 161.67º | 0.29% | 0.97% | - |
| XYZ | 64.53 | 81.07 | 83.48 | - |
| YUV | 222.96 | 129.15 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 225 | 0.29 | 0 | 0.09 | 0.03 | 161.67 | 0.82 | 0.83 |
| Hex | AF | F7 | E1 | 1D | 0 | 9 | 3 | A2 | 52 | 53 |
| Octal | 257 | 367 | 341 | 35 | 0 | 11 | 3 | 242 | 122 | 123 |
| Binary | 10101111 | 11110111 | 11100001 | 11101 | 0 | 1001 | 11 | 10100010 | 1010010 | 1010011 |
Color Harmonies of #AFF7E1
Complementary color
Monochromatic Colors of #AFF7E1
Black with #AFF7E1
Text Example
Text Example
White with #AFF7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF7E1; }
p { color: rgb(175,247,225); }
H1.HeaderClassName
{
color: #AFF7E1;
}
.AnyTagClassName
{
color: #AFF7E1;
}
</style>
background-color css
<style>
a { background-color: #AFF7E1; }
a { background-color: rgb(175,247,225); }
div.DivClassName
{
background-color: #AFF7E1;
}
.BgClassName
{
background-color: #AFF7E1;
}
</style>
border-color css
<style>
span { border-color: #AFF7E1; }
span { border-color: rgb(175,247,225); }
td.TdClassName
{
border-color: #AFF7E1;
}
.TagClassName
{
border-color: #AFF7E1;
}
</style>