Shades of Celadon #A8DFAB
Tints of Celadon #A8DFAB
RGB
CMYK
RGB Variations
Color information
#A8DFAB (or 0xA8DFAB) is known color: Celadon. HEX triplet: A8, DF and AB. RGB value is (168,223,171). Sum of RGB (Red+Green+Blue) = 168+223+171=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DFAB is #572054. Grayscale: #C8C8C8. Windows color (decimal): -5709909 or 11263912. OLE color: 11263912.
HSL color Cylindrical-coordinate representation of color #A8DFAB: hue angle of 123.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFAB is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 171 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.13 |
| HSL | 123.27º | 0.46% | 0.77% | - |
| HSV(B) | 123.27º | 0.25% | 0.87% | - |
| XYZ | 49.89 | 64.04 | 48.26 | - |
| YUV | 200.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 171 | 0.25 | 0 | 0.23 | 0.13 | 123.27 | 0.46 | 0.77 |
| Hex | A8 | DF | AB | 19 | 0 | 17 | D | 7B | 2E | 4D |
| Octal | 250 | 337 | 253 | 31 | 0 | 27 | 15 | 173 | 56 | 115 |
| Binary | 10101000 | 11011111 | 10101011 | 11001 | 0 | 10111 | 1101 | 1111011 | 101110 | 1001101 |
Color Harmonies of #A8DFAB
Complementary color
Monochromatic Colors of #A8DFAB
Black with #A8DFAB
Text Example
Text Example
White with #A8DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFAB; }
p { color: rgb(168,223,171); }
H1.HeaderClassName
{
color: #A8DFAB;
}
.AnyTagClassName
{
color: #A8DFAB;
}
</style>
background-color css
<style>
a { background-color: #A8DFAB; }
a { background-color: rgb(168,223,171); }
div.DivClassName
{
background-color: #A8DFAB;
}
.BgClassName
{
background-color: #A8DFAB;
}
</style>
border-color css
<style>
span { border-color: #A8DFAB; }
span { border-color: rgb(168,223,171); }
td.TdClassName
{
border-color: #A8DFAB;
}
.TagClassName
{
border-color: #A8DFAB;
}
</style>