Shades of Celadon #ACF6B1
Tints of Celadon #ACF6B1
RGB
CMYK
RGB Variations
Color information
#ACF6B1 (or 0xACF6B1) is known color: Celadon. HEX triplet: AC, F6 and B1. RGB value is (172,246,177). Sum of RGB (Red+Green+Blue) = 172+246+177=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF6B1 is #53094E. Grayscale: #D8D8D8. Windows color (decimal): -5441871 or 11663020. OLE color: 11663020.
HSL color Cylindrical-coordinate representation of color #ACF6B1: hue angle of 124.05º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6B1 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 177 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.04 |
| HSL | 124.05º | 0.8% | 0.82% | - |
| HSV(B) | 124.05º | 0.3% | 0.96% | - |
| XYZ | 57.9 | 77.86 | 53.57 | - |
| YUV | 216.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 177 | 0.30 | 0 | 0.28 | 0.04 | 124.05 | 0.8 | 0.82 |
| Hex | AC | F6 | B1 | 1E | 0 | 1C | 4 | 7C | 50 | 52 |
| Octal | 254 | 366 | 261 | 36 | 0 | 34 | 4 | 174 | 120 | 122 |
| Binary | 10101100 | 11110110 | 10110001 | 11110 | 0 | 11100 | 100 | 1111100 | 1010000 | 1010010 |
Color Harmonies of #ACF6B1
Complementary color
Monochromatic Colors of #ACF6B1
Black with #ACF6B1
Text Example
Text Example
White with #ACF6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6B1; }
p { color: rgb(172,246,177); }
H1.HeaderClassName
{
color: #ACF6B1;
}
.AnyTagClassName
{
color: #ACF6B1;
}
</style>
background-color css
<style>
a { background-color: #ACF6B1; }
a { background-color: rgb(172,246,177); }
div.DivClassName
{
background-color: #ACF6B1;
}
.BgClassName
{
background-color: #ACF6B1;
}
</style>
border-color css
<style>
span { border-color: #ACF6B1; }
span { border-color: rgb(172,246,177); }
td.TdClassName
{
border-color: #ACF6B1;
}
.TagClassName
{
border-color: #ACF6B1;
}
</style>