Shades of Celadon #A8DFAC
Tints of Celadon #A8DFAC
RGB
CMYK
RGB Variations
Color information
#A8DFAC (or 0xA8DFAC) is known color: Celadon. HEX triplet: A8, DF and AC. RGB value is (168,223,172). Sum of RGB (Red+Green+Blue) = 168+223+172=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DFAC is #572053. Grayscale: #C8C8C8. Windows color (decimal): -5709908 or 11329448. OLE color: 11329448.
HSL color Cylindrical-coordinate representation of color #A8DFAC: hue angle of 124.36º 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 #A8DFAC is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 172 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.13 |
| HSL | 124.36º | 0.46% | 0.77% | - |
| HSV(B) | 124.36º | 0.25% | 0.87% | - |
| XYZ | 49.98 | 64.08 | 48.76 | - |
| YUV | 200.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 172 | 0.25 | 0 | 0.23 | 0.13 | 124.36 | 0.46 | 0.77 |
| Hex | A8 | DF | AC | 19 | 0 | 17 | D | 7C | 2E | 4D |
| Octal | 250 | 337 | 254 | 31 | 0 | 27 | 15 | 174 | 56 | 115 |
| Binary | 10101000 | 11011111 | 10101100 | 11001 | 0 | 10111 | 1101 | 1111100 | 101110 | 1001101 |
Color Harmonies of #A8DFAC
Complementary color
Monochromatic Colors of #A8DFAC
Black with #A8DFAC
Text Example
Text Example
White with #A8DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFAC; }
p { color: rgb(168,223,172); }
H1.HeaderClassName
{
color: #A8DFAC;
}
.AnyTagClassName
{
color: #A8DFAC;
}
</style>
background-color css
<style>
a { background-color: #A8DFAC; }
a { background-color: rgb(168,223,172); }
div.DivClassName
{
background-color: #A8DFAC;
}
.BgClassName
{
background-color: #A8DFAC;
}
</style>
border-color css
<style>
span { border-color: #A8DFAC; }
span { border-color: rgb(168,223,172); }
td.TdClassName
{
border-color: #A8DFAC;
}
.TagClassName
{
border-color: #A8DFAC;
}
</style>