Shades of Celadon #A8D7AC
Tints of Celadon #A8D7AC
RGB
CMYK
RGB Variations
Color information
#A8D7AC (or 0xA8D7AC) is known color: Celadon. HEX triplet: A8, D7 and AC. RGB value is (168,215,172). Sum of RGB (Red+Green+Blue) = 168+215+172=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D7AC is #572853. Grayscale: #C4C4C4. Windows color (decimal): -5711956 or 11327400. OLE color: 11327400.
HSL color Cylindrical-coordinate representation of color #A8D7AC: hue angle of 125.11º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D7AC is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
RGB | 168 | 215 | 172 | - |
CMYK | 0.22 | 0 | 0.2 | 0.16 |
HSL | 125.11º | 0.37% | 0.75% | - |
HSV(B) | 125.11º | 0.22% | 0.84% | - |
XYZ | 47.9 | 59.9 | 48.07 | - |
YUV | 196.05 | 114.43 | 108 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 215 | 172 | 0.22 | 0 | 0.2 | 0.16 | 125.11 | 0.37 | 0.75 |
Hex | A8 | D7 | AC | 16 | 0 | 14 | 10 | 7D | 25 | 4B |
Octal | 250 | 327 | 254 | 26 | 0 | 24 | 20 | 175 | 45 | 113 |
Binary | 10101000 | 11010111 | 10101100 | 10110 | 0 | 10100 | 10000 | 1111101 | 100101 | 1001011 |
Color Harmonies of #A8D7AC
Complementary color
Monochromatic Colors of #A8D7AC
Black with #A8D7AC
Text Example
Text Example
White with #A8D7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7AC; }
p { color: rgb(168,215,172); }
H1.HeaderClassName
{
color: #A8D7AC;
}
.AnyTagClassName
{
color: #A8D7AC;
}
</style>
background-color css
<style>
a { background-color: #A8D7AC; }
a { background-color: rgb(168,215,172); }
div.DivClassName
{
background-color: #A8D7AC;
}
.BgClassName
{
background-color: #A8D7AC;
}
</style>
border-color css
<style>
span { border-color: #A8D7AC; }
span { border-color: rgb(168,215,172); }
td.TdClassName
{
border-color: #A8D7AC;
}
.TagClassName
{
border-color: #A8D7AC;
}
</style>