Shades of Water Leaf #A8F5DE
Tints of Water Leaf #A8F5DE
RGB
CMYK
RGB Variations
Color information
#A8F5DE (or 0xA8F5DE) is known color: Water Leaf. HEX triplet: A8, F5 and DE. RGB value is (168,245,222). Sum of RGB (Red+Green+Blue) = 168+245+222=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F5DE is #570A21. Grayscale: #DBDBDB. Windows color (decimal): -5704226 or 14611880. OLE color: 14611880.
HSL color Cylindrical-coordinate representation of color #A8F5DE: hue angle of 162.08º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F5DE is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 222 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.04 |
| HSL | 162.08º | 0.79% | 0.81% | - |
| HSV(B) | 162.08º | 0.31% | 0.96% | - |
| XYZ | 61.99 | 78.9 | 81.07 | - |
| YUV | 219.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 222 | 0.31 | 0 | 0.09 | 0.04 | 162.08 | 0.79 | 0.81 |
| Hex | A8 | F5 | DE | 1F | 0 | 9 | 4 | A2 | 4F | 51 |
| Octal | 250 | 365 | 336 | 37 | 0 | 11 | 4 | 242 | 117 | 121 |
| Binary | 10101000 | 11110101 | 11011110 | 11111 | 0 | 1001 | 100 | 10100010 | 1001111 | 1010001 |
Color Harmonies of #A8F5DE
Complementary color
Monochromatic Colors of #A8F5DE
Black with #A8F5DE
Text Example
Text Example
White with #A8F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F5DE; }
p { color: rgb(168,245,222); }
H1.HeaderClassName
{
color: #A8F5DE;
}
.AnyTagClassName
{
color: #A8F5DE;
}
</style>
background-color css
<style>
a { background-color: #A8F5DE; }
a { background-color: rgb(168,245,222); }
div.DivClassName
{
background-color: #A8F5DE;
}
.BgClassName
{
background-color: #A8F5DE;
}
</style>
border-color css
<style>
span { border-color: #A8F5DE; }
span { border-color: rgb(168,245,222); }
td.TdClassName
{
border-color: #A8F5DE;
}
.TagClassName
{
border-color: #A8F5DE;
}
</style>