Shades of Celadon #ACFDB6
Tints of Celadon #ACFDB6
RGB
CMYK
RGB Variations
Color information
#ACFDB6 (or 0xACFDB6) is known color: Celadon. HEX triplet: AC, FD and B6. RGB value is (172,253,182). Sum of RGB (Red+Green+Blue) = 172+253+182=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDB6 is #530249. Grayscale: #DCDCDC. Windows color (decimal): -5440074 or 11992492. OLE color: 11992492.
HSL color Cylindrical-coordinate representation of color #ACFDB6: hue angle of 127.41º degrees, saturation: 0.95, 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 #ACFDB6 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 182 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.01 |
| HSL | 127.41º | 0.95% | 0.83% | - |
| HSV(B) | 127.41º | 0.32% | 0.99% | - |
| XYZ | 60.58 | 82.4 | 56.97 | - |
| YUV | 220.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 182 | 0.32 | 0 | 0.28 | 0.01 | 127.41 | 0.95 | 0.83 |
| Hex | AC | FD | B6 | 20 | 0 | 1C | 1 | 7F | 5F | 53 |
| Octal | 254 | 375 | 266 | 40 | 0 | 34 | 1 | 177 | 137 | 123 |
| Binary | 10101100 | 11111101 | 10110110 | 100000 | 0 | 11100 | 1 | 1111111 | 1011111 | 1010011 |
Color Harmonies of #ACFDB6
Complementary color
Monochromatic Colors of #ACFDB6
Black with #ACFDB6
Text Example
Text Example
White with #ACFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDB6; }
p { color: rgb(172,253,182); }
H1.HeaderClassName
{
color: #ACFDB6;
}
.AnyTagClassName
{
color: #ACFDB6;
}
</style>
background-color css
<style>
a { background-color: #ACFDB6; }
a { background-color: rgb(172,253,182); }
div.DivClassName
{
background-color: #ACFDB6;
}
.BgClassName
{
background-color: #ACFDB6;
}
</style>
border-color css
<style>
span { border-color: #ACFDB6; }
span { border-color: rgb(172,253,182); }
td.TdClassName
{
border-color: #ACFDB6;
}
.TagClassName
{
border-color: #ACFDB6;
}
</style>