Shades of Celadon #ACF0B0
Tints of Celadon #ACF0B0
RGB
CMYK
RGB Variations
Color information
#ACF0B0 (or 0xACF0B0) is known color: Celadon. HEX triplet: AC, F0 and B0. RGB value is (172,240,176). Sum of RGB (Red+Green+Blue) = 172+240+176=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0B0 is #530F4F. Grayscale: #D4D4D4. Windows color (decimal): -5443408 or 11595948. OLE color: 11595948.
HSL color Cylindrical-coordinate representation of color #ACF0B0: hue angle of 123.53º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0B0 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 176 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.06 |
| HSL | 123.53º | 0.69% | 0.81% | - |
| HSV(B) | 123.53º | 0.28% | 0.94% | - |
| XYZ | 56.01 | 74.23 | 52.45 | - |
| YUV | 212.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 176 | 0.28 | 0 | 0.27 | 0.06 | 123.53 | 0.69 | 0.81 |
| Hex | AC | F0 | B0 | 1C | 0 | 1B | 6 | 7C | 45 | 51 |
| Octal | 254 | 360 | 260 | 34 | 0 | 33 | 6 | 174 | 105 | 121 |
| Binary | 10101100 | 11110000 | 10110000 | 11100 | 0 | 11011 | 110 | 1111100 | 1000101 | 1010001 |
Color Harmonies of #ACF0B0
Complementary color
Monochromatic Colors of #ACF0B0
Black with #ACF0B0
Text Example
Text Example
White with #ACF0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0B0; }
p { color: rgb(172,240,176); }
H1.HeaderClassName
{
color: #ACF0B0;
}
.AnyTagClassName
{
color: #ACF0B0;
}
</style>
background-color css
<style>
a { background-color: #ACF0B0; }
a { background-color: rgb(172,240,176); }
div.DivClassName
{
background-color: #ACF0B0;
}
.BgClassName
{
background-color: #ACF0B0;
}
</style>
border-color css
<style>
span { border-color: #ACF0B0; }
span { border-color: rgb(172,240,176); }
td.TdClassName
{
border-color: #ACF0B0;
}
.TagClassName
{
border-color: #ACF0B0;
}
</style>