Shades of Celadon #ACD6AF
Tints of Celadon #ACD6AF
RGB
CMYK
RGB Variations
Color information
#ACD6AF (or 0xACD6AF) is known color: Celadon. HEX triplet: AC, D6 and AF. RGB value is (172,214,175). Sum of RGB (Red+Green+Blue) = 172+214+175=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD6AF is #532950. Grayscale: #C5C5C5. Windows color (decimal): -5450065 or 11523756. OLE color: 11523756.
HSL color Cylindrical-coordinate representation of color #ACD6AF: hue angle of 124.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6AF is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 175 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.16 |
| HSL | 124.29º | 0.34% | 0.76% | - |
| HSV(B) | 124.29º | 0.2% | 0.84% | - |
| XYZ | 48.8 | 59.96 | 49.56 | - |
| YUV | 197 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 175 | 0.20 | 0 | 0.18 | 0.16 | 124.29 | 0.34 | 0.76 |
| Hex | AC | D6 | AF | 14 | 0 | 12 | 10 | 7C | 22 | 4C |
| Octal | 254 | 326 | 257 | 24 | 0 | 22 | 20 | 174 | 42 | 114 |
| Binary | 10101100 | 11010110 | 10101111 | 10100 | 0 | 10010 | 10000 | 1111100 | 100010 | 1001100 |
Color Harmonies of #ACD6AF
Complementary color
Monochromatic Colors of #ACD6AF
Black with #ACD6AF
Text Example
Text Example
White with #ACD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6AF; }
p { color: rgb(172,214,175); }
H1.HeaderClassName
{
color: #ACD6AF;
}
.AnyTagClassName
{
color: #ACD6AF;
}
</style>
background-color css
<style>
a { background-color: #ACD6AF; }
a { background-color: rgb(172,214,175); }
div.DivClassName
{
background-color: #ACD6AF;
}
.BgClassName
{
background-color: #ACD6AF;
}
</style>
border-color css
<style>
span { border-color: #ACD6AF; }
span { border-color: rgb(172,214,175); }
td.TdClassName
{
border-color: #ACD6AF;
}
.TagClassName
{
border-color: #ACD6AF;
}
</style>