Shades of Water Leaf #AFF9E3
Tints of Water Leaf #AFF9E3
RGB
CMYK
RGB Variations
Color information
#AFF9E3 (or 0xAFF9E3) is known color: Water Leaf. HEX triplet: AF, F9 and E3. RGB value is (175,249,227). Sum of RGB (Red+Green+Blue) = 175+249+227=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9E3 is #50061C. Grayscale: #E0E0E0. Windows color (decimal): -5244445 or 14940591. OLE color: 14940591.
HSL color Cylindrical-coordinate representation of color #AFF9E3: hue angle of 162.16º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9E3 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 227 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.02 |
| HSL | 162.16º | 0.86% | 0.83% | - |
| HSV(B) | 162.16º | 0.3% | 0.98% | - |
| XYZ | 65.42 | 82.41 | 85.13 | - |
| YUV | 224.37 | 129.48 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 227 | 0.30 | 0 | 0.09 | 0.02 | 162.16 | 0.86 | 0.83 |
| Hex | AF | F9 | E3 | 1E | 0 | 9 | 2 | A2 | 56 | 53 |
| Octal | 257 | 371 | 343 | 36 | 0 | 11 | 2 | 242 | 126 | 123 |
| Binary | 10101111 | 11111001 | 11100011 | 11110 | 0 | 1001 | 10 | 10100010 | 1010110 | 1010011 |
Color Harmonies of #AFF9E3
Complementary color
Monochromatic Colors of #AFF9E3
Black with #AFF9E3
Text Example
Text Example
White with #AFF9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF9E3; }
p { color: rgb(175,249,227); }
H1.HeaderClassName
{
color: #AFF9E3;
}
.AnyTagClassName
{
color: #AFF9E3;
}
</style>
background-color css
<style>
a { background-color: #AFF9E3; }
a { background-color: rgb(175,249,227); }
div.DivClassName
{
background-color: #AFF9E3;
}
.BgClassName
{
background-color: #AFF9E3;
}
</style>
border-color css
<style>
span { border-color: #AFF9E3; }
span { border-color: rgb(175,249,227); }
td.TdClassName
{
border-color: #AFF9E3;
}
.TagClassName
{
border-color: #AFF9E3;
}
</style>