Shades of Water Leaf #A8EEE1
Tints of Water Leaf #A8EEE1
RGB
CMYK
RGB Variations
Color information
#A8EEE1 (or 0xA8EEE1) is known color: Water Leaf. HEX triplet: A8, EE and E1. RGB value is (168,238,225). Sum of RGB (Red+Green+Blue) = 168+238+225=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EEE1 is #57111E. Grayscale: #D7D7D7. Windows color (decimal): -5706015 or 14806696. OLE color: 14806696.
HSL color Cylindrical-coordinate representation of color #A8EEE1: hue angle of 168.86º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEE1 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 225 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.07 |
| HSL | 168.86º | 0.67% | 0.8% | - |
| HSV(B) | 168.86º | 0.29% | 0.93% | - |
| XYZ | 60.31 | 74.91 | 82.51 | - |
| YUV | 215.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 225 | 0.29 | 0 | 0.05 | 0.07 | 168.86 | 0.67 | 0.8 |
| Hex | A8 | EE | E1 | 1D | 0 | 5 | 7 | A9 | 43 | 50 |
| Octal | 250 | 356 | 341 | 35 | 0 | 5 | 7 | 251 | 103 | 120 |
| Binary | 10101000 | 11101110 | 11100001 | 11101 | 0 | 101 | 111 | 10101001 | 1000011 | 1010000 |
Color Harmonies of #A8EEE1
Complementary color
Monochromatic Colors of #A8EEE1
Black with #A8EEE1
Text Example
Text Example
White with #A8EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEE1; }
p { color: rgb(168,238,225); }
H1.HeaderClassName
{
color: #A8EEE1;
}
.AnyTagClassName
{
color: #A8EEE1;
}
</style>
background-color css
<style>
a { background-color: #A8EEE1; }
a { background-color: rgb(168,238,225); }
div.DivClassName
{
background-color: #A8EEE1;
}
.BgClassName
{
background-color: #A8EEE1;
}
</style>
border-color css
<style>
span { border-color: #A8EEE1; }
span { border-color: rgb(168,238,225); }
td.TdClassName
{
border-color: #A8EEE1;
}
.TagClassName
{
border-color: #A8EEE1;
}
</style>