Shades of Water Leaf #A8F2E1
Tints of Water Leaf #A8F2E1
RGB
CMYK
RGB Variations
Color information
#A8F2E1 (or 0xA8F2E1) is known color: Water Leaf. HEX triplet: A8, F2 and E1. RGB value is (168,242,225). Sum of RGB (Red+Green+Blue) = 168+242+225=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F2E1 is #570D1E. Grayscale: #D9D9D9. Windows color (decimal): -5704991 or 14807720. OLE color: 14807720.
HSL color Cylindrical-coordinate representation of color #A8F2E1: hue angle of 166.22º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F2E1 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 225 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.05 |
| HSL | 166.22º | 0.74% | 0.8% | - |
| HSV(B) | 166.22º | 0.31% | 0.95% | - |
| XYZ | 61.49 | 77.27 | 82.91 | - |
| YUV | 217.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 225 | 0.31 | 0 | 0.07 | 0.05 | 166.22 | 0.74 | 0.8 |
| Hex | A8 | F2 | E1 | 1F | 0 | 7 | 5 | A6 | 4A | 50 |
| Octal | 250 | 362 | 341 | 37 | 0 | 7 | 5 | 246 | 112 | 120 |
| Binary | 10101000 | 11110010 | 11100001 | 11111 | 0 | 111 | 101 | 10100110 | 1001010 | 1010000 |
Color Harmonies of #A8F2E1
Complementary color
Monochromatic Colors of #A8F2E1
Black with #A8F2E1
Text Example
Text Example
White with #A8F2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2E1; }
p { color: rgb(168,242,225); }
H1.HeaderClassName
{
color: #A8F2E1;
}
.AnyTagClassName
{
color: #A8F2E1;
}
</style>
background-color css
<style>
a { background-color: #A8F2E1; }
a { background-color: rgb(168,242,225); }
div.DivClassName
{
background-color: #A8F2E1;
}
.BgClassName
{
background-color: #A8F2E1;
}
</style>
border-color css
<style>
span { border-color: #A8F2E1; }
span { border-color: rgb(168,242,225); }
td.TdClassName
{
border-color: #A8F2E1;
}
.TagClassName
{
border-color: #A8F2E1;
}
</style>