Shades of Water Leaf #A5F2E2
Tints of Water Leaf #A5F2E2
RGB
CMYK
RGB Variations
Color information
#A5F2E2 (or 0xA5F2E2) is known color: Water Leaf. HEX triplet: A5, F2 and E2. RGB value is (165,242,226). Sum of RGB (Red+Green+Blue) = 165+242+226=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F2E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F2E2 is #5A0D1D. Grayscale: #D9D9D9. Windows color (decimal): -5901598 or 14873253. OLE color: 14873253.
HSL color Cylindrical-coordinate representation of color #A5F2E2: hue angle of 167.53º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F2E2 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 242 | 226 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.05 |
| HSL | 167.53º | 0.75% | 0.8% | - |
| HSV(B) | 167.53º | 0.32% | 0.95% | - |
| XYZ | 61 | 76.99 | 83.6 | - |
| YUV | 217.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 242 | 226 | 0.32 | 0 | 0.07 | 0.05 | 167.53 | 0.75 | 0.8 |
| Hex | A5 | F2 | E2 | 20 | 0 | 7 | 5 | A8 | 4B | 50 |
| Octal | 245 | 362 | 342 | 40 | 0 | 7 | 5 | 250 | 113 | 120 |
| Binary | 10100101 | 11110010 | 11100010 | 100000 | 0 | 111 | 101 | 10101000 | 1001011 | 1010000 |
Color Harmonies of #A5F2E2
Complementary color
Monochromatic Colors of #A5F2E2
Black with #A5F2E2
Text Example
Text Example
White with #A5F2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F2E2; }
p { color: rgb(165,242,226); }
H1.HeaderClassName
{
color: #A5F2E2;
}
.AnyTagClassName
{
color: #A5F2E2;
}
</style>
background-color css
<style>
a { background-color: #A5F2E2; }
a { background-color: rgb(165,242,226); }
div.DivClassName
{
background-color: #A5F2E2;
}
.BgClassName
{
background-color: #A5F2E2;
}
</style>
border-color css
<style>
span { border-color: #A5F2E2; }
span { border-color: rgb(165,242,226); }
td.TdClassName
{
border-color: #A5F2E2;
}
.TagClassName
{
border-color: #A5F2E2;
}
</style>