Shades of Celadon #A8DEAD
Tints of Celadon #A8DEAD
RGB
CMYK
RGB Variations
Color information
#A8DEAD (or 0xA8DEAD) is known color: Celadon. HEX triplet: A8, DE and AD. RGB value is (168,222,173). Sum of RGB (Red+Green+Blue) = 168+222+173=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DEAD is #572152. Grayscale: #C8C8C8. Windows color (decimal): -5710163 or 11394728. OLE color: 11394728.
HSL color Cylindrical-coordinate representation of color #A8DEAD: hue angle of 125.56º 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 #A8DEAD is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 173 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.13 |
| HSL | 125.56º | 0.45% | 0.76% | - |
| HSV(B) | 125.56º | 0.24% | 0.87% | - |
| XYZ | 49.81 | 63.58 | 49.18 | - |
| YUV | 200.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 173 | 0.24 | 0 | 0.22 | 0.13 | 125.56 | 0.45 | 0.76 |
| Hex | A8 | DE | AD | 18 | 0 | 16 | D | 7E | 2D | 4C |
| Octal | 250 | 336 | 255 | 30 | 0 | 26 | 15 | 176 | 55 | 114 |
| Binary | 10101000 | 11011110 | 10101101 | 11000 | 0 | 10110 | 1101 | 1111110 | 101101 | 1001100 |
Color Harmonies of #A8DEAD
Complementary color
Monochromatic Colors of #A8DEAD
Black with #A8DEAD
Text Example
Text Example
White with #A8DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEAD; }
p { color: rgb(168,222,173); }
H1.HeaderClassName
{
color: #A8DEAD;
}
.AnyTagClassName
{
color: #A8DEAD;
}
</style>
background-color css
<style>
a { background-color: #A8DEAD; }
a { background-color: rgb(168,222,173); }
div.DivClassName
{
background-color: #A8DEAD;
}
.BgClassName
{
background-color: #A8DEAD;
}
</style>
border-color css
<style>
span { border-color: #A8DEAD; }
span { border-color: rgb(168,222,173); }
td.TdClassName
{
border-color: #A8DEAD;
}
.TagClassName
{
border-color: #A8DEAD;
}
</style>