Shades of Celadon #A8DEAB
Tints of Celadon #A8DEAB
RGB
CMYK
RGB Variations
Color information
#A8DEAB (or 0xA8DEAB) is known color: Celadon. HEX triplet: A8, DE and AB. RGB value is (168,222,171). Sum of RGB (Red+Green+Blue) = 168+222+171=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DEAB is #572154. Grayscale: #C8C8C8. Windows color (decimal): -5710165 or 11263656. OLE color: 11263656.
HSL color Cylindrical-coordinate representation of color #A8DEAB: hue angle of 123.33º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DEAB is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 171 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.13 |
| HSL | 123.33º | 0.45% | 0.76% | - |
| HSV(B) | 123.33º | 0.24% | 0.87% | - |
| XYZ | 49.62 | 63.51 | 48.17 | - |
| YUV | 200.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 171 | 0.24 | 0 | 0.23 | 0.13 | 123.33 | 0.45 | 0.76 |
| Hex | A8 | DE | AB | 18 | 0 | 17 | D | 7B | 2D | 4C |
| Octal | 250 | 336 | 253 | 30 | 0 | 27 | 15 | 173 | 55 | 114 |
| Binary | 10101000 | 11011110 | 10101011 | 11000 | 0 | 10111 | 1101 | 1111011 | 101101 | 1001100 |
Color Harmonies of #A8DEAB
Complementary color
Monochromatic Colors of #A8DEAB
Black with #A8DEAB
Text Example
Text Example
White with #A8DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEAB; }
p { color: rgb(168,222,171); }
H1.HeaderClassName
{
color: #A8DEAB;
}
.AnyTagClassName
{
color: #A8DEAB;
}
</style>
background-color css
<style>
a { background-color: #A8DEAB; }
a { background-color: rgb(168,222,171); }
div.DivClassName
{
background-color: #A8DEAB;
}
.BgClassName
{
background-color: #A8DEAB;
}
</style>
border-color css
<style>
span { border-color: #A8DEAB; }
span { border-color: rgb(168,222,171); }
td.TdClassName
{
border-color: #A8DEAB;
}
.TagClassName
{
border-color: #A8DEAB;
}
</style>