Shades of Celadon #ACD6B2
Tints of Celadon #ACD6B2
RGB
CMYK
RGB Variations
Color information
#ACD6B2 (or 0xACD6B2) is known color: Celadon. HEX triplet: AC, D6 and B2. RGB value is (172,214,178). Sum of RGB (Red+Green+Blue) = 172+214+178=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD6B2 is #53294D. Grayscale: #C5C5C5. Windows color (decimal): -5450062 or 11720364. OLE color: 11720364.
HSL color Cylindrical-coordinate representation of color #ACD6B2: hue angle of 128.57º 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 #ACD6B2 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 178 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.16 |
| HSL | 128.57º | 0.34% | 0.76% | - |
| HSV(B) | 128.57º | 0.2% | 0.84% | - |
| XYZ | 49.1 | 60.08 | 51.13 | - |
| YUV | 197.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 178 | 0.20 | 0 | 0.17 | 0.16 | 128.57 | 0.34 | 0.76 |
| Hex | AC | D6 | B2 | 14 | 0 | 11 | 10 | 81 | 22 | 4C |
| Octal | 254 | 326 | 262 | 24 | 0 | 21 | 20 | 201 | 42 | 114 |
| Binary | 10101100 | 11010110 | 10110010 | 10100 | 0 | 10001 | 10000 | 10000001 | 100010 | 1001100 |
Color Harmonies of #ACD6B2
Complementary color
Monochromatic Colors of #ACD6B2
Black with #ACD6B2
Text Example
Text Example
White with #ACD6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6B2; }
p { color: rgb(172,214,178); }
H1.HeaderClassName
{
color: #ACD6B2;
}
.AnyTagClassName
{
color: #ACD6B2;
}
</style>
background-color css
<style>
a { background-color: #ACD6B2; }
a { background-color: rgb(172,214,178); }
div.DivClassName
{
background-color: #ACD6B2;
}
.BgClassName
{
background-color: #ACD6B2;
}
</style>
border-color css
<style>
span { border-color: #ACD6B2; }
span { border-color: rgb(172,214,178); }
td.TdClassName
{
border-color: #ACD6B2;
}
.TagClassName
{
border-color: #ACD6B2;
}
</style>