Shades of Celadon #A8DEB0
Tints of Celadon #A8DEB0
RGB
CMYK
RGB Variations
Color information
#A8DEB0 (or 0xA8DEB0) is known color: Celadon. HEX triplet: A8, DE and B0. RGB value is (168,222,176). Sum of RGB (Red+Green+Blue) = 168+222+176=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DEB0 is #57214F. Grayscale: #C8C8C8. Windows color (decimal): -5710160 or 11591336. OLE color: 11591336.
HSL color Cylindrical-coordinate representation of color #A8DEB0: hue angle of 128.89º 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 #A8DEB0 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 176 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.13 |
| HSL | 128.89º | 0.45% | 0.76% | - |
| HSV(B) | 128.89º | 0.24% | 0.87% | - |
| XYZ | 50.11 | 63.7 | 50.73 | - |
| YUV | 200.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 176 | 0.24 | 0 | 0.21 | 0.13 | 128.89 | 0.45 | 0.76 |
| Hex | A8 | DE | B0 | 18 | 0 | 15 | D | 81 | 2D | 4C |
| Octal | 250 | 336 | 260 | 30 | 0 | 25 | 15 | 201 | 55 | 114 |
| Binary | 10101000 | 11011110 | 10110000 | 11000 | 0 | 10101 | 1101 | 10000001 | 101101 | 1001100 |
Color Harmonies of #A8DEB0
Complementary color
Monochromatic Colors of #A8DEB0
Black with #A8DEB0
Text Example
Text Example
White with #A8DEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEB0; }
p { color: rgb(168,222,176); }
H1.HeaderClassName
{
color: #A8DEB0;
}
.AnyTagClassName
{
color: #A8DEB0;
}
</style>
background-color css
<style>
a { background-color: #A8DEB0; }
a { background-color: rgb(168,222,176); }
div.DivClassName
{
background-color: #A8DEB0;
}
.BgClassName
{
background-color: #A8DEB0;
}
</style>
border-color css
<style>
span { border-color: #A8DEB0; }
span { border-color: rgb(168,222,176); }
td.TdClassName
{
border-color: #A8DEB0;
}
.TagClassName
{
border-color: #A8DEB0;
}
</style>