Shades of Celadon #A8DDAC
Tints of Celadon #A8DDAC
RGB
CMYK
RGB Variations
Color information
#A8DDAC (or 0xA8DDAC) is known color: Celadon. HEX triplet: A8, DD and AC. RGB value is (168,221,172). Sum of RGB (Red+Green+Blue) = 168+221+172=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DDAC is #572253. Grayscale: #C7C7C7. Windows color (decimal): -5710420 or 11328936. OLE color: 11328936.
HSL color Cylindrical-coordinate representation of color #A8DDAC: hue angle of 124.53º degrees, saturation: 0.44, 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 #A8DDAC is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 172 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.13 |
| HSL | 124.53º | 0.44% | 0.76% | - |
| HSV(B) | 124.53º | 0.24% | 0.87% | - |
| XYZ | 49.45 | 63.02 | 48.59 | - |
| YUV | 199.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 172 | 0.24 | 0 | 0.22 | 0.13 | 124.53 | 0.44 | 0.76 |
| Hex | A8 | DD | AC | 18 | 0 | 16 | D | 7D | 2C | 4C |
| Octal | 250 | 335 | 254 | 30 | 0 | 26 | 15 | 175 | 54 | 114 |
| Binary | 10101000 | 11011101 | 10101100 | 11000 | 0 | 10110 | 1101 | 1111101 | 101100 | 1001100 |
Color Harmonies of #A8DDAC
Complementary color
Monochromatic Colors of #A8DDAC
Black with #A8DDAC
Text Example
Text Example
White with #A8DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDAC; }
p { color: rgb(168,221,172); }
H1.HeaderClassName
{
color: #A8DDAC;
}
.AnyTagClassName
{
color: #A8DDAC;
}
</style>
background-color css
<style>
a { background-color: #A8DDAC; }
a { background-color: rgb(168,221,172); }
div.DivClassName
{
background-color: #A8DDAC;
}
.BgClassName
{
background-color: #A8DDAC;
}
</style>
border-color css
<style>
span { border-color: #A8DDAC; }
span { border-color: rgb(168,221,172); }
td.TdClassName
{
border-color: #A8DDAC;
}
.TagClassName
{
border-color: #A8DDAC;
}
</style>