Shades of Water Leaf #A5EEE0
Tints of Water Leaf #A5EEE0
RGB
CMYK
RGB Variations
Color information
#A5EEE0 (or 0xA5EEE0) is known color: Water Leaf. HEX triplet: A5, EE and E0. RGB value is (165,238,224). Sum of RGB (Red+Green+Blue) = 165+238+224=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EEE0 is #5A111F. Grayscale: #D6D6D6. Windows color (decimal): -5902624 or 14741157. OLE color: 14741157.
HSL color Cylindrical-coordinate representation of color #A5EEE0: hue angle of 168.49º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EEE0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 238 | 224 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.07 |
| HSL | 168.49º | 0.68% | 0.79% | - |
| HSV(B) | 168.49º | 0.31% | 0.93% | - |
| XYZ | 59.55 | 74.53 | 81.77 | - |
| YUV | 214.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 238 | 224 | 0.31 | 0 | 0.06 | 0.07 | 168.49 | 0.68 | 0.79 |
| Hex | A5 | EE | E0 | 1F | 0 | 6 | 7 | A8 | 44 | 4F |
| Octal | 245 | 356 | 340 | 37 | 0 | 6 | 7 | 250 | 104 | 117 |
| Binary | 10100101 | 11101110 | 11100000 | 11111 | 0 | 110 | 111 | 10101000 | 1000100 | 1001111 |
Color Harmonies of #A5EEE0
Complementary color
Monochromatic Colors of #A5EEE0
Black with #A5EEE0
Text Example
Text Example
White with #A5EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EEE0; }
p { color: rgb(165,238,224); }
H1.HeaderClassName
{
color: #A5EEE0;
}
.AnyTagClassName
{
color: #A5EEE0;
}
</style>
background-color css
<style>
a { background-color: #A5EEE0; }
a { background-color: rgb(165,238,224); }
div.DivClassName
{
background-color: #A5EEE0;
}
.BgClassName
{
background-color: #A5EEE0;
}
</style>
border-color css
<style>
span { border-color: #A5EEE0; }
span { border-color: rgb(165,238,224); }
td.TdClassName
{
border-color: #A5EEE0;
}
.TagClassName
{
border-color: #A5EEE0;
}
</style>