Shades of Water Leaf #A8F7E3
Tints of Water Leaf #A8F7E3
RGB
CMYK
RGB Variations
Color information
#A8F7E3 (or 0xA8F7E3) is known color: Water Leaf. HEX triplet: A8, F7 and E3. RGB value is (168,247,227). Sum of RGB (Red+Green+Blue) = 168+247+227=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F7E3 is #57081C. Grayscale: #DDDDDD. Windows color (decimal): -5703709 or 14940072. OLE color: 14940072.
HSL color Cylindrical-coordinate representation of color #A8F7E3: hue angle of 164.81º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F7E3 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 227 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.03 |
| HSL | 164.81º | 0.83% | 0.81% | - |
| HSV(B) | 164.81º | 0.32% | 0.97% | - |
| XYZ | 63.27 | 80.39 | 84.86 | - |
| YUV | 221.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 227 | 0.32 | 0 | 0.08 | 0.03 | 164.81 | 0.83 | 0.81 |
| Hex | A8 | F7 | E3 | 20 | 0 | 8 | 3 | A5 | 53 | 51 |
| Octal | 250 | 367 | 343 | 40 | 0 | 10 | 3 | 245 | 123 | 121 |
| Binary | 10101000 | 11110111 | 11100011 | 100000 | 0 | 1000 | 11 | 10100101 | 1010011 | 1010001 |
Color Harmonies of #A8F7E3
Complementary color
Monochromatic Colors of #A8F7E3
Black with #A8F7E3
Text Example
Text Example
White with #A8F7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F7E3; }
p { color: rgb(168,247,227); }
H1.HeaderClassName
{
color: #A8F7E3;
}
.AnyTagClassName
{
color: #A8F7E3;
}
</style>
background-color css
<style>
a { background-color: #A8F7E3; }
a { background-color: rgb(168,247,227); }
div.DivClassName
{
background-color: #A8F7E3;
}
.BgClassName
{
background-color: #A8F7E3;
}
</style>
border-color css
<style>
span { border-color: #A8F7E3; }
span { border-color: rgb(168,247,227); }
td.TdClassName
{
border-color: #A8F7E3;
}
.TagClassName
{
border-color: #A8F7E3;
}
</style>