Shades of Water Leaf #AFFFEC
Tints of Water Leaf #AFFFEC
RGB
CMYK
RGB Variations
Color information
#AFFFEC (or 0xAFFFEC) is known color: Water Leaf. HEX triplet: AF, FF and EC. RGB value is (175,255,236). Sum of RGB (Red+Green+Blue) = 175+255+236=666 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.28% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFEC is #500013. Grayscale: #E4E4E4. Windows color (decimal): -5242900 or 15531951. OLE color: 15531951.
HSL color Cylindrical-coordinate representation of color #AFFFEC: hue angle of 165.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFEC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 236 | - |
| CMYK | 0.31 | 0 | 0.07 | 0 |
| HSL | 165.75º | 1% | 0.84% | - |
| HSV(B) | 165.75º | 0.31% | 1% | - |
| XYZ | 68.58 | 86.69 | 92.48 | - |
| YUV | 228.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 236 | 0.31 | 0 | 0.07 | 0 | 165.75 | 1 | 0.84 |
| Hex | AF | FF | EC | 1F | 0 | 7 | 0 | A6 | 64 | 54 |
| Octal | 257 | 377 | 354 | 37 | 0 | 7 | 0 | 246 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11101100 | 11111 | 0 | 111 | 0 | 10100110 | 1100100 | 1010100 |
Color Harmonies of #AFFFEC
Complementary color
Monochromatic Colors of #AFFFEC
Black with #AFFFEC
Text Example
Text Example
White with #AFFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFEC; }
p { color: rgb(175,255,236); }
H1.HeaderClassName
{
color: #AFFFEC;
}
.AnyTagClassName
{
color: #AFFFEC;
}
</style>
background-color css
<style>
a { background-color: #AFFFEC; }
a { background-color: rgb(175,255,236); }
div.DivClassName
{
background-color: #AFFFEC;
}
.BgClassName
{
background-color: #AFFFEC;
}
</style>
border-color css
<style>
span { border-color: #AFFFEC; }
span { border-color: rgb(175,255,236); }
td.TdClassName
{
border-color: #AFFFEC;
}
.TagClassName
{
border-color: #AFFFEC;
}
</style>