Shades of Water Leaf #AFEFE1
Tints of Water Leaf #AFEFE1
RGB
CMYK
RGB Variations
Color information
#AFEFE1 (or 0xAFEFE1) is known color: Water Leaf. HEX triplet: AF, EF and E1. RGB value is (175,239,225). Sum of RGB (Red+Green+Blue) = 175+239+225=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFE1 is #50101E. Grayscale: #DADADA. Windows color (decimal): -5247007 or 14806959. OLE color: 14806959.
HSL color Cylindrical-coordinate representation of color #AFEFE1: hue angle of 166.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFE1 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 225 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.06 |
| HSL | 166.88º | 0.67% | 0.81% | - |
| HSV(B) | 166.88º | 0.27% | 0.94% | - |
| XYZ | 62.14 | 76.28 | 82.68 | - |
| YUV | 218.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 225 | 0.27 | 0 | 0.06 | 0.06 | 166.88 | 0.67 | 0.81 |
| Hex | AF | EF | E1 | 1B | 0 | 6 | 6 | A7 | 43 | 51 |
| Octal | 257 | 357 | 341 | 33 | 0 | 6 | 6 | 247 | 103 | 121 |
| Binary | 10101111 | 11101111 | 11100001 | 11011 | 0 | 110 | 110 | 10100111 | 1000011 | 1010001 |
Color Harmonies of #AFEFE1
Complementary color
Monochromatic Colors of #AFEFE1
Black with #AFEFE1
Text Example
Text Example
White with #AFEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEFE1; }
p { color: rgb(175,239,225); }
H1.HeaderClassName
{
color: #AFEFE1;
}
.AnyTagClassName
{
color: #AFEFE1;
}
</style>
background-color css
<style>
a { background-color: #AFEFE1; }
a { background-color: rgb(175,239,225); }
div.DivClassName
{
background-color: #AFEFE1;
}
.BgClassName
{
background-color: #AFEFE1;
}
</style>
border-color css
<style>
span { border-color: #AFEFE1; }
span { border-color: rgb(175,239,225); }
td.TdClassName
{
border-color: #AFEFE1;
}
.TagClassName
{
border-color: #AFEFE1;
}
</style>