Shades of Celadon #ACDBB2
Tints of Celadon #ACDBB2
RGB
CMYK
RGB Variations
Color information
#ACDBB2 (or 0xACDBB2) is known color: Celadon. HEX triplet: AC, DB and B2. RGB value is (172,219,178). Sum of RGB (Red+Green+Blue) = 172+219+178=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBB2 is #53244D. Grayscale: #C8C8C8. Windows color (decimal): -5448782 or 11721644. OLE color: 11721644.
HSL color Cylindrical-coordinate representation of color #ACDBB2: hue angle of 127.66º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDBB2 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 178 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.14 |
| HSL | 127.66º | 0.39% | 0.77% | - |
| HSV(B) | 127.66º | 0.21% | 0.86% | - |
| XYZ | 50.38 | 62.65 | 51.56 | - |
| YUV | 200.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 178 | 0.21 | 0 | 0.19 | 0.14 | 127.66 | 0.39 | 0.77 |
| Hex | AC | DB | B2 | 15 | 0 | 13 | E | 80 | 27 | 4D |
| Octal | 254 | 333 | 262 | 25 | 0 | 23 | 16 | 200 | 47 | 115 |
| Binary | 10101100 | 11011011 | 10110010 | 10101 | 0 | 10011 | 1110 | 10000000 | 100111 | 1001101 |
Color Harmonies of #ACDBB2
Complementary color
Monochromatic Colors of #ACDBB2
Black with #ACDBB2
Text Example
Text Example
White with #ACDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDBB2; }
p { color: rgb(172,219,178); }
H1.HeaderClassName
{
color: #ACDBB2;
}
.AnyTagClassName
{
color: #ACDBB2;
}
</style>
background-color css
<style>
a { background-color: #ACDBB2; }
a { background-color: rgb(172,219,178); }
div.DivClassName
{
background-color: #ACDBB2;
}
.BgClassName
{
background-color: #ACDBB2;
}
</style>
border-color css
<style>
span { border-color: #ACDBB2; }
span { border-color: rgb(172,219,178); }
td.TdClassName
{
border-color: #ACDBB2;
}
.TagClassName
{
border-color: #ACDBB2;
}
</style>