Shades of Water Leaf #A5EFE0
Tints of Water Leaf #A5EFE0
RGB
CMYK
RGB Variations
Color information
#A5EFE0 (or 0xA5EFE0) is known color: Water Leaf. HEX triplet: A5, EF and E0. RGB value is (165,239,224). Sum of RGB (Red+Green+Blue) = 165+239+224=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EFE0 is #5A101F. Grayscale: #D7D7D7. Windows color (decimal): -5902368 or 14741413. OLE color: 14741413.
HSL color Cylindrical-coordinate representation of color #A5EFE0: hue angle of 167.84º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EFE0 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 239 | 224 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.06 |
| HSL | 167.84º | 0.7% | 0.79% | - |
| HSV(B) | 167.84º | 0.31% | 0.94% | - |
| XYZ | 59.84 | 75.11 | 81.87 | - |
| YUV | 215.16 | 132.98 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 239 | 224 | 0.31 | 0 | 0.06 | 0.06 | 167.84 | 0.7 | 0.79 |
| Hex | A5 | EF | E0 | 1F | 0 | 6 | 6 | A8 | 46 | 4F |
| Octal | 245 | 357 | 340 | 37 | 0 | 6 | 6 | 250 | 106 | 117 |
| Binary | 10100101 | 11101111 | 11100000 | 11111 | 0 | 110 | 110 | 10101000 | 1000110 | 1001111 |
Color Harmonies of #A5EFE0
Complementary color
Monochromatic Colors of #A5EFE0
Black with #A5EFE0
Text Example
Text Example
White with #A5EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EFE0; }
p { color: rgb(165,239,224); }
H1.HeaderClassName
{
color: #A5EFE0;
}
.AnyTagClassName
{
color: #A5EFE0;
}
</style>
background-color css
<style>
a { background-color: #A5EFE0; }
a { background-color: rgb(165,239,224); }
div.DivClassName
{
background-color: #A5EFE0;
}
.BgClassName
{
background-color: #A5EFE0;
}
</style>
border-color css
<style>
span { border-color: #A5EFE0; }
span { border-color: rgb(165,239,224); }
td.TdClassName
{
border-color: #A5EFE0;
}
.TagClassName
{
border-color: #A5EFE0;
}
</style>