Shades of Celadon #ACDAB2
Tints of Celadon #ACDAB2
RGB
CMYK
RGB Variations
Color information
#ACDAB2 (or 0xACDAB2) is known color: Celadon. HEX triplet: AC, DA and B2. RGB value is (172,218,178). Sum of RGB (Red+Green+Blue) = 172+218+178=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDAB2 is #53254D. Grayscale: #C7C7C7. Windows color (decimal): -5449038 or 11721388. OLE color: 11721388.
HSL color Cylindrical-coordinate representation of color #ACDAB2: hue angle of 127.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAB2 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 218 | 178 | - |
CMYK | 0.21 | 0 | 0.18 | 0.15 |
HSL | 127.83º | 0.38% | 0.76% | - |
HSV(B) | 127.83º | 0.21% | 0.85% | - |
XYZ | 50.12 | 62.13 | 51.47 | - |
YUV | 199.69 | 115.76 | 108.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 218 | 178 | 0.21 | 0 | 0.18 | 0.15 | 127.83 | 0.38 | 0.76 |
Hex | AC | DA | B2 | 15 | 0 | 12 | F | 80 | 26 | 4C |
Octal | 254 | 332 | 262 | 25 | 0 | 22 | 17 | 200 | 46 | 114 |
Binary | 10101100 | 11011010 | 10110010 | 10101 | 0 | 10010 | 1111 | 10000000 | 100110 | 1001100 |
Color Harmonies of #ACDAB2
Complementary color
Monochromatic Colors of #ACDAB2
Black with #ACDAB2
Text Example
Text Example
White with #ACDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAB2; }
p { color: rgb(172,218,178); }
H1.HeaderClassName
{
color: #ACDAB2;
}
.AnyTagClassName
{
color: #ACDAB2;
}
</style>
background-color css
<style>
a { background-color: #ACDAB2; }
a { background-color: rgb(172,218,178); }
div.DivClassName
{
background-color: #ACDAB2;
}
.BgClassName
{
background-color: #ACDAB2;
}
</style>
border-color css
<style>
span { border-color: #ACDAB2; }
span { border-color: rgb(172,218,178); }
td.TdClassName
{
border-color: #ACDAB2;
}
.TagClassName
{
border-color: #ACDAB2;
}
</style>