Shades of Celadon #A8DFAD
Tints of Celadon #A8DFAD
RGB
CMYK
RGB Variations
Color information
#A8DFAD (or 0xA8DFAD) is known color: Celadon. HEX triplet: A8, DF and AD. RGB value is (168,223,173). Sum of RGB (Red+Green+Blue) = 168+223+173=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DFAD is #572052. Grayscale: #C9C9C9. Windows color (decimal): -5709907 or 11394984. OLE color: 11394984.
HSL color Cylindrical-coordinate representation of color #A8DFAD: hue angle of 125.45º 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 #A8DFAD is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 173 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.13 |
| HSL | 125.45º | 0.46% | 0.77% | - |
| HSV(B) | 125.45º | 0.25% | 0.87% | - |
| XYZ | 50.08 | 64.12 | 49.27 | - |
| YUV | 200.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 173 | 0.25 | 0 | 0.22 | 0.13 | 125.45 | 0.46 | 0.77 |
| Hex | A8 | DF | AD | 19 | 0 | 16 | D | 7D | 2E | 4D |
| Octal | 250 | 337 | 255 | 31 | 0 | 26 | 15 | 175 | 56 | 115 |
| Binary | 10101000 | 11011111 | 10101101 | 11001 | 0 | 10110 | 1101 | 1111101 | 101110 | 1001101 |
Color Harmonies of #A8DFAD
Complementary color
Monochromatic Colors of #A8DFAD
Black with #A8DFAD
Text Example
Text Example
White with #A8DFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFAD; }
p { color: rgb(168,223,173); }
H1.HeaderClassName
{
color: #A8DFAD;
}
.AnyTagClassName
{
color: #A8DFAD;
}
</style>
background-color css
<style>
a { background-color: #A8DFAD; }
a { background-color: rgb(168,223,173); }
div.DivClassName
{
background-color: #A8DFAD;
}
.BgClassName
{
background-color: #A8DFAD;
}
</style>
border-color css
<style>
span { border-color: #A8DFAD; }
span { border-color: rgb(168,223,173); }
td.TdClassName
{
border-color: #A8DFAD;
}
.TagClassName
{
border-color: #A8DFAD;
}
</style>