Shades of Water Leaf #AFF3E2
Tints of Water Leaf #AFF3E2
RGB
CMYK
RGB Variations
Color information
#AFF3E2 (or 0xAFF3E2) is known color: Water Leaf. HEX triplet: AF, F3 and E2. RGB value is (175,243,226). Sum of RGB (Red+Green+Blue) = 175+243+226=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3E2 is #500C1D. Grayscale: #DCDCDC. Windows color (decimal): -5245982 or 14873519. OLE color: 14873519.
HSL color Cylindrical-coordinate representation of color #AFF3E2: hue angle of 165º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3E2 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 226 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.05 |
| HSL | 165º | 0.74% | 0.82% | - |
| HSV(B) | 165º | 0.28% | 0.95% | - |
| XYZ | 63.46 | 78.71 | 83.8 | - |
| YUV | 220.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 226 | 0.28 | 0 | 0.07 | 0.05 | 165 | 0.74 | 0.82 |
| Hex | AF | F3 | E2 | 1C | 0 | 7 | 5 | A5 | 4A | 52 |
| Octal | 257 | 363 | 342 | 34 | 0 | 7 | 5 | 245 | 112 | 122 |
| Binary | 10101111 | 11110011 | 11100010 | 11100 | 0 | 111 | 101 | 10100101 | 1001010 | 1010010 |
Color Harmonies of #AFF3E2
Complementary color
Monochromatic Colors of #AFF3E2
Black with #AFF3E2
Text Example
Text Example
White with #AFF3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3E2; }
p { color: rgb(175,243,226); }
H1.HeaderClassName
{
color: #AFF3E2;
}
.AnyTagClassName
{
color: #AFF3E2;
}
</style>
background-color css
<style>
a { background-color: #AFF3E2; }
a { background-color: rgb(175,243,226); }
div.DivClassName
{
background-color: #AFF3E2;
}
.BgClassName
{
background-color: #AFF3E2;
}
</style>
border-color css
<style>
span { border-color: #AFF3E2; }
span { border-color: rgb(175,243,226); }
td.TdClassName
{
border-color: #AFF3E2;
}
.TagClassName
{
border-color: #AFF3E2;
}
</style>