Shades of Celadon #ACFCB6
Tints of Celadon #ACFCB6
RGB
CMYK
RGB Variations
Color information
#ACFCB6 (or 0xACFCB6) is known color: Celadon. HEX triplet: AC, FC and B6. RGB value is (172,252,182). Sum of RGB (Red+Green+Blue) = 172+252+182=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCB6 is #530349. Grayscale: #DCDCDC. Windows color (decimal): -5440330 or 11992236. OLE color: 11992236.
HSL color Cylindrical-coordinate representation of color #ACFCB6: hue angle of 127.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCB6 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 182 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.01 |
| HSL | 127.5º | 0.93% | 0.83% | - |
| HSV(B) | 127.5º | 0.32% | 0.99% | - |
| XYZ | 60.27 | 81.77 | 56.86 | - |
| YUV | 220.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 182 | 0.32 | 0 | 0.28 | 0.01 | 127.5 | 0.93 | 0.83 |
| Hex | AC | FC | B6 | 20 | 0 | 1C | 1 | 80 | 5D | 53 |
| Octal | 254 | 374 | 266 | 40 | 0 | 34 | 1 | 200 | 135 | 123 |
| Binary | 10101100 | 11111100 | 10110110 | 100000 | 0 | 11100 | 1 | 10000000 | 1011101 | 1010011 |
Color Harmonies of #ACFCB6
Complementary color
Monochromatic Colors of #ACFCB6
Black with #ACFCB6
Text Example
Text Example
White with #ACFCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCB6; }
p { color: rgb(172,252,182); }
H1.HeaderClassName
{
color: #ACFCB6;
}
.AnyTagClassName
{
color: #ACFCB6;
}
</style>
background-color css
<style>
a { background-color: #ACFCB6; }
a { background-color: rgb(172,252,182); }
div.DivClassName
{
background-color: #ACFCB6;
}
.BgClassName
{
background-color: #ACFCB6;
}
</style>
border-color css
<style>
span { border-color: #ACFCB6; }
span { border-color: rgb(172,252,182); }
td.TdClassName
{
border-color: #ACFCB6;
}
.TagClassName
{
border-color: #ACFCB6;
}
</style>