Shades of Water Leaf #AFFAE6
Tints of Water Leaf #AFFAE6
RGB
CMYK
RGB Variations
Color information
#AFFAE6 (or 0xAFFAE6) is known color: Water Leaf. HEX triplet: AF, FA and E6. RGB value is (175,250,230). Sum of RGB (Red+Green+Blue) = 175+250+230=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFAE6 is #500519. Grayscale: #E1E1E1. Windows color (decimal): -5244186 or 15137455. OLE color: 15137455.
HSL color Cylindrical-coordinate representation of color #AFFAE6: hue angle of 164º degrees, saturation: 0.88, 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 #AFFAE6 is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 230 | - |
| CMYK | 0.3 | 0 | 0.08 | 0.02 |
| HSL | 164º | 0.88% | 0.83% | - |
| HSV(B) | 164º | 0.3% | 0.98% | - |
| XYZ | 66.15 | 83.2 | 87.44 | - |
| YUV | 225.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 230 | 0.3 | 0 | 0.08 | 0.02 | 164 | 0.88 | 0.83 |
| Hex | AF | FA | E6 | 1E | 0 | 8 | 2 | A4 | 58 | 53 |
| Octal | 257 | 372 | 346 | 36 | 0 | 10 | 2 | 244 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11100110 | 11110 | 0 | 1000 | 10 | 10100100 | 1011000 | 1010011 |
Color Harmonies of #AFFAE6
Complementary color
Monochromatic Colors of #AFFAE6
Black with #AFFAE6
Text Example
Text Example
White with #AFFAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFAE6; }
p { color: rgb(175,250,230); }
H1.HeaderClassName
{
color: #AFFAE6;
}
.AnyTagClassName
{
color: #AFFAE6;
}
</style>
background-color css
<style>
a { background-color: #AFFAE6; }
a { background-color: rgb(175,250,230); }
div.DivClassName
{
background-color: #AFFAE6;
}
.BgClassName
{
background-color: #AFFAE6;
}
</style>
border-color css
<style>
span { border-color: #AFFAE6; }
span { border-color: rgb(175,250,230); }
td.TdClassName
{
border-color: #AFFAE6;
}
.TagClassName
{
border-color: #AFFAE6;
}
</style>