Shades of Celadon #A8E5AB
Tints of Celadon #A8E5AB
RGB
CMYK
RGB Variations
Color information
#A8E5AB (or 0xA8E5AB) is known color: Celadon. HEX triplet: A8, E5 and AB. RGB value is (168,229,171). Sum of RGB (Red+Green+Blue) = 168+229+171=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E5AB is #571A54. Grayscale: #CCCCCC. Windows color (decimal): -5708373 or 11265448. OLE color: 11265448.
HSL color Cylindrical-coordinate representation of color #A8E5AB: hue angle of 122.95º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E5AB is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 171 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.10 |
| HSL | 122.95º | 0.54% | 0.78% | - |
| HSV(B) | 122.95º | 0.27% | 0.9% | - |
| XYZ | 51.52 | 67.3 | 48.8 | - |
| YUV | 204.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 171 | 0.27 | 0 | 0.25 | 0.10 | 122.95 | 0.54 | 0.78 |
| Hex | A8 | E5 | AB | 1B | 0 | 19 | A | 7B | 36 | 4E |
| Octal | 250 | 345 | 253 | 33 | 0 | 31 | 12 | 173 | 66 | 116 |
| Binary | 10101000 | 11100101 | 10101011 | 11011 | 0 | 11001 | 1010 | 1111011 | 110110 | 1001110 |
Color Harmonies of #A8E5AB
Complementary color
Monochromatic Colors of #A8E5AB
Black with #A8E5AB
Text Example
Text Example
White with #A8E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E5AB; }
p { color: rgb(168,229,171); }
H1.HeaderClassName
{
color: #A8E5AB;
}
.AnyTagClassName
{
color: #A8E5AB;
}
</style>
background-color css
<style>
a { background-color: #A8E5AB; }
a { background-color: rgb(168,229,171); }
div.DivClassName
{
background-color: #A8E5AB;
}
.BgClassName
{
background-color: #A8E5AB;
}
</style>
border-color css
<style>
span { border-color: #A8E5AB; }
span { border-color: rgb(168,229,171); }
td.TdClassName
{
border-color: #A8E5AB;
}
.TagClassName
{
border-color: #A8E5AB;
}
</style>