Shades of Water Leaf #A4FAE6
Tints of Water Leaf #A4FAE6
RGB
CMYK
RGB Variations
Color information
#A4FAE6 (or 0xA4FAE6) is known color: Water Leaf. HEX triplet: A4, FA and E6. RGB value is (164,250,230). Sum of RGB (Red+Green+Blue) = 164+250+230=644 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.47% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FAE6 is #5B0519. Grayscale: #DEDEDE. Windows color (decimal): -5965082 or 15137444. OLE color: 15137444.
HSL color Cylindrical-coordinate representation of color #A4FAE6: hue angle of 166.05º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4FAE6 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 250 | 230 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.02 |
| HSL | 166.05º | 0.9% | 0.81% | - |
| HSV(B) | 166.05º | 0.34% | 0.98% | - |
| XYZ | 63.78 | 81.98 | 87.32 | - |
| YUV | 222.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 250 | 230 | 0.34 | 0 | 0.08 | 0.02 | 166.05 | 0.9 | 0.81 |
| Hex | A4 | FA | E6 | 22 | 0 | 8 | 2 | A6 | 5A | 51 |
| Octal | 244 | 372 | 346 | 42 | 0 | 10 | 2 | 246 | 132 | 121 |
| Binary | 10100100 | 11111010 | 11100110 | 100010 | 0 | 1000 | 10 | 10100110 | 1011010 | 1010001 |
Color Harmonies of #A4FAE6
Complementary color
Monochromatic Colors of #A4FAE6
Black with #A4FAE6
Text Example
Text Example
White with #A4FAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FAE6; }
p { color: rgb(164,250,230); }
H1.HeaderClassName
{
color: #A4FAE6;
}
.AnyTagClassName
{
color: #A4FAE6;
}
</style>
background-color css
<style>
a { background-color: #A4FAE6; }
a { background-color: rgb(164,250,230); }
div.DivClassName
{
background-color: #A4FAE6;
}
.BgClassName
{
background-color: #A4FAE6;
}
</style>
border-color css
<style>
span { border-color: #A4FAE6; }
span { border-color: rgb(164,250,230); }
td.TdClassName
{
border-color: #A4FAE6;
}
.TagClassName
{
border-color: #A4FAE6;
}
</style>