Shades of Celadon #A8DEAF
Tints of Celadon #A8DEAF
RGB
CMYK
RGB Variations
Color information
#A8DEAF (or 0xA8DEAF) is known color: Celadon. HEX triplet: A8, DE and AF. RGB value is (168,222,175). Sum of RGB (Red+Green+Blue) = 168+222+175=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DEAF is #572150. Grayscale: #C8C8C8. Windows color (decimal): -5710161 or 11525800. OLE color: 11525800.
HSL color Cylindrical-coordinate representation of color #A8DEAF: hue angle of 127.78º 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 #A8DEAF is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 175 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.13 |
| HSL | 127.78º | 0.45% | 0.76% | - |
| HSV(B) | 127.78º | 0.24% | 0.87% | - |
| XYZ | 50.01 | 63.66 | 50.21 | - |
| YUV | 200.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 175 | 0.24 | 0 | 0.21 | 0.13 | 127.78 | 0.45 | 0.76 |
| Hex | A8 | DE | AF | 18 | 0 | 15 | D | 80 | 2D | 4C |
| Octal | 250 | 336 | 257 | 30 | 0 | 25 | 15 | 200 | 55 | 114 |
| Binary | 10101000 | 11011110 | 10101111 | 11000 | 0 | 10101 | 1101 | 10000000 | 101101 | 1001100 |
Color Harmonies of #A8DEAF
Complementary color
Monochromatic Colors of #A8DEAF
Black with #A8DEAF
Text Example
Text Example
White with #A8DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEAF; }
p { color: rgb(168,222,175); }
H1.HeaderClassName
{
color: #A8DEAF;
}
.AnyTagClassName
{
color: #A8DEAF;
}
</style>
background-color css
<style>
a { background-color: #A8DEAF; }
a { background-color: rgb(168,222,175); }
div.DivClassName
{
background-color: #A8DEAF;
}
.BgClassName
{
background-color: #A8DEAF;
}
</style>
border-color css
<style>
span { border-color: #A8DEAF; }
span { border-color: rgb(168,222,175); }
td.TdClassName
{
border-color: #A8DEAF;
}
.TagClassName
{
border-color: #A8DEAF;
}
</style>