Shades of Water Leaf #AFF5E5
Tints of Water Leaf #AFF5E5
RGB
CMYK
RGB Variations
Color information
#AFF5E5 (or 0xAFF5E5) is known color: Water Leaf. HEX triplet: AF, F5 and E5. RGB value is (175,245,229). Sum of RGB (Red+Green+Blue) = 175+245+229=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 245 (96.09% from 255 or 37.75% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5E5 is #500A1A. Grayscale: #DEDEDE. Windows color (decimal): -5245467 or 15070639. OLE color: 15070639.
HSL color Cylindrical-coordinate representation of color #AFF5E5: hue angle of 166.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5E5 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 229 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.04 |
| HSL | 166.29º | 0.78% | 0.82% | - |
| HSV(B) | 166.29º | 0.29% | 0.96% | - |
| XYZ | 64.47 | 80.08 | 86.19 | - |
| YUV | 222.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 229 | 0.29 | 0 | 0.07 | 0.04 | 166.29 | 0.78 | 0.82 |
| Hex | AF | F5 | E5 | 1D | 0 | 7 | 4 | A6 | 4E | 52 |
| Octal | 257 | 365 | 345 | 35 | 0 | 7 | 4 | 246 | 116 | 122 |
| Binary | 10101111 | 11110101 | 11100101 | 11101 | 0 | 111 | 100 | 10100110 | 1001110 | 1010010 |
Color Harmonies of #AFF5E5
Complementary color
Monochromatic Colors of #AFF5E5
Black with #AFF5E5
Text Example
Text Example
White with #AFF5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5E5; }
p { color: rgb(175,245,229); }
H1.HeaderClassName
{
color: #AFF5E5;
}
.AnyTagClassName
{
color: #AFF5E5;
}
</style>
background-color css
<style>
a { background-color: #AFF5E5; }
a { background-color: rgb(175,245,229); }
div.DivClassName
{
background-color: #AFF5E5;
}
.BgClassName
{
background-color: #AFF5E5;
}
</style>
border-color css
<style>
span { border-color: #AFF5E5; }
span { border-color: rgb(175,245,229); }
td.TdClassName
{
border-color: #AFF5E5;
}
.TagClassName
{
border-color: #AFF5E5;
}
</style>