Shades of Water Leaf #A5F6E4
Tints of Water Leaf #A5F6E4
RGB
CMYK
RGB Variations
Color information
#A5F6E4 (or 0xA5F6E4) is known color: Water Leaf. HEX triplet: A5, F6 and E4. RGB value is (165,246,228). Sum of RGB (Red+Green+Blue) = 165+246+228=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F6E4 is #5A091B. Grayscale: #DBDBDB. Windows color (decimal): -5900572 or 15005349. OLE color: 15005349.
HSL color Cylindrical-coordinate representation of color #A5F6E4: hue angle of 166.67º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F6E4 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 228 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.04 |
| HSL | 166.67º | 0.82% | 0.81% | - |
| HSV(B) | 166.67º | 0.33% | 0.96% | - |
| XYZ | 62.48 | 79.51 | 85.45 | - |
| YUV | 219.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 228 | 0.33 | 0 | 0.07 | 0.04 | 166.67 | 0.82 | 0.81 |
| Hex | A5 | F6 | E4 | 21 | 0 | 7 | 4 | A7 | 52 | 51 |
| Octal | 245 | 366 | 344 | 41 | 0 | 7 | 4 | 247 | 122 | 121 |
| Binary | 10100101 | 11110110 | 11100100 | 100001 | 0 | 111 | 100 | 10100111 | 1010010 | 1010001 |
Color Harmonies of #A5F6E4
Complementary color
Monochromatic Colors of #A5F6E4
Black with #A5F6E4
Text Example
Text Example
White with #A5F6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F6E4; }
p { color: rgb(165,246,228); }
H1.HeaderClassName
{
color: #A5F6E4;
}
.AnyTagClassName
{
color: #A5F6E4;
}
</style>
background-color css
<style>
a { background-color: #A5F6E4; }
a { background-color: rgb(165,246,228); }
div.DivClassName
{
background-color: #A5F6E4;
}
.BgClassName
{
background-color: #A5F6E4;
}
</style>
border-color css
<style>
span { border-color: #A5F6E4; }
span { border-color: rgb(165,246,228); }
td.TdClassName
{
border-color: #A5F6E4;
}
.TagClassName
{
border-color: #A5F6E4;
}
</style>