Shades of Water Leaf #A5FFE4
Tints of Water Leaf #A5FFE4
RGB
CMYK
RGB Variations
Color information
#A5FFE4 (or 0xA5FFE4) is known color: Water Leaf. HEX triplet: A5, FF and E4. RGB value is (165,255,228). Sum of RGB (Red+Green+Blue) = 165+255+228=648 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.46% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFE4 is #5A001B. Grayscale: #E1E1E1. Windows color (decimal): -5898268 or 15007653. OLE color: 15007653.
HSL color Cylindrical-coordinate representation of color #A5FFE4: hue angle of 162º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFE4 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 228 | - |
| CMYK | 0.35 | 0 | 0.11 | 0 |
| HSL | 162º | 1% | 0.82% | - |
| HSV(B) | 162º | 0.35% | 1% | - |
| XYZ | 65.28 | 85.12 | 86.39 | - |
| YUV | 225.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 228 | 0.35 | 0 | 0.11 | 0 | 162 | 1 | 0.82 |
| Hex | A5 | FF | E4 | 23 | 0 | B | 0 | A2 | 64 | 52 |
| Octal | 245 | 377 | 344 | 43 | 0 | 13 | 0 | 242 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11100100 | 100011 | 0 | 1011 | 0 | 10100010 | 1100100 | 1010010 |
Color Harmonies of #A5FFE4
Complementary color
Monochromatic Colors of #A5FFE4
Black with #A5FFE4
Text Example
Text Example
White with #A5FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFE4; }
p { color: rgb(165,255,228); }
H1.HeaderClassName
{
color: #A5FFE4;
}
.AnyTagClassName
{
color: #A5FFE4;
}
</style>
background-color css
<style>
a { background-color: #A5FFE4; }
a { background-color: rgb(165,255,228); }
div.DivClassName
{
background-color: #A5FFE4;
}
.BgClassName
{
background-color: #A5FFE4;
}
</style>
border-color css
<style>
span { border-color: #A5FFE4; }
span { border-color: rgb(165,255,228); }
td.TdClassName
{
border-color: #A5FFE4;
}
.TagClassName
{
border-color: #A5FFE4;
}
</style>