Shades of Celadon #A8E7AB
Tints of Celadon #A8E7AB
RGB
CMYK
RGB Variations
Color information
#A8E7AB (or 0xA8E7AB) is known color: Celadon. HEX triplet: A8, E7 and AB. RGB value is (168,231,171). Sum of RGB (Red+Green+Blue) = 168+231+171=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E7AB is #571854. Grayscale: #CDCDCD. Windows color (decimal): -5707861 or 11265960. OLE color: 11265960.
HSL color Cylindrical-coordinate representation of color #A8E7AB: hue angle of 122.86º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E7AB is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 171 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.09 |
| HSL | 122.86º | 0.57% | 0.78% | - |
| HSV(B) | 122.86º | 0.27% | 0.91% | - |
| XYZ | 52.08 | 68.42 | 48.99 | - |
| YUV | 205.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 171 | 0.27 | 0 | 0.26 | 0.09 | 122.86 | 0.57 | 0.78 |
| Hex | A8 | E7 | AB | 1B | 0 | 1A | 9 | 7B | 39 | 4E |
| Octal | 250 | 347 | 253 | 33 | 0 | 32 | 11 | 173 | 71 | 116 |
| Binary | 10101000 | 11100111 | 10101011 | 11011 | 0 | 11010 | 1001 | 1111011 | 111001 | 1001110 |
Color Harmonies of #A8E7AB
Complementary color
Monochromatic Colors of #A8E7AB
Black with #A8E7AB
Text Example
Text Example
White with #A8E7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7AB; }
p { color: rgb(168,231,171); }
H1.HeaderClassName
{
color: #A8E7AB;
}
.AnyTagClassName
{
color: #A8E7AB;
}
</style>
background-color css
<style>
a { background-color: #A8E7AB; }
a { background-color: rgb(168,231,171); }
div.DivClassName
{
background-color: #A8E7AB;
}
.BgClassName
{
background-color: #A8E7AB;
}
</style>
border-color css
<style>
span { border-color: #A8E7AB; }
span { border-color: rgb(168,231,171); }
td.TdClassName
{
border-color: #A8E7AB;
}
.TagClassName
{
border-color: #A8E7AB;
}
</style>