Shades of Water Leaf #A5EFE3
Tints of Water Leaf #A5EFE3
RGB
CMYK
RGB Variations
Color information
#A5EFE3 (or 0xA5EFE3) is known color: Water Leaf. HEX triplet: A5, EF and E3. RGB value is (165,239,227). Sum of RGB (Red+Green+Blue) = 165+239+227=631 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.15% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EFE3 is #5A101C. Grayscale: #D7D7D7. Windows color (decimal): -5902365 or 14938021. OLE color: 14938021.
HSL color Cylindrical-coordinate representation of color #A5EFE3: hue angle of 170.27º 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 #A5EFE3 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 239 | 227 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.06 |
| HSL | 170.27º | 0.7% | 0.79% | - |
| HSV(B) | 170.27º | 0.31% | 0.94% | - |
| XYZ | 60.25 | 75.28 | 84.03 | - |
| YUV | 215.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 239 | 227 | 0.31 | 0 | 0.05 | 0.06 | 170.27 | 0.7 | 0.79 |
| Hex | A5 | EF | E3 | 1F | 0 | 5 | 6 | AA | 46 | 4F |
| Octal | 245 | 357 | 343 | 37 | 0 | 5 | 6 | 252 | 106 | 117 |
| Binary | 10100101 | 11101111 | 11100011 | 11111 | 0 | 101 | 110 | 10101010 | 1000110 | 1001111 |
Color Harmonies of #A5EFE3
Complementary color
Monochromatic Colors of #A5EFE3
Black with #A5EFE3
Text Example
Text Example
White with #A5EFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EFE3; }
p { color: rgb(165,239,227); }
H1.HeaderClassName
{
color: #A5EFE3;
}
.AnyTagClassName
{
color: #A5EFE3;
}
</style>
background-color css
<style>
a { background-color: #A5EFE3; }
a { background-color: rgb(165,239,227); }
div.DivClassName
{
background-color: #A5EFE3;
}
.BgClassName
{
background-color: #A5EFE3;
}
</style>
border-color css
<style>
span { border-color: #A5EFE3; }
span { border-color: rgb(165,239,227); }
td.TdClassName
{
border-color: #A5EFE3;
}
.TagClassName
{
border-color: #A5EFE3;
}
</style>