Shades of Celadon #ACF0B1
Tints of Celadon #ACF0B1
RGB
CMYK
RGB Variations
Color information
#ACF0B1 (or 0xACF0B1) is known color: Celadon. HEX triplet: AC, F0 and B1. RGB value is (172,240,177). Sum of RGB (Red+Green+Blue) = 172+240+177=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0B1 is #530F4E. Grayscale: #D4D4D4. Windows color (decimal): -5443407 or 11661484. OLE color: 11661484.
HSL color Cylindrical-coordinate representation of color #ACF0B1: hue angle of 124.41º 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 #ACF0B1 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 177 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.06 |
| HSL | 124.41º | 0.69% | 0.81% | - |
| HSV(B) | 124.41º | 0.28% | 0.94% | - |
| XYZ | 56.11 | 74.27 | 52.97 | - |
| YUV | 212.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 177 | 0.28 | 0 | 0.26 | 0.06 | 124.41 | 0.69 | 0.81 |
| Hex | AC | F0 | B1 | 1C | 0 | 1A | 6 | 7C | 45 | 51 |
| Octal | 254 | 360 | 261 | 34 | 0 | 32 | 6 | 174 | 105 | 121 |
| Binary | 10101100 | 11110000 | 10110001 | 11100 | 0 | 11010 | 110 | 1111100 | 1000101 | 1010001 |
Color Harmonies of #ACF0B1
Complementary color
Monochromatic Colors of #ACF0B1
Black with #ACF0B1
Text Example
Text Example
White with #ACF0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0B1; }
p { color: rgb(172,240,177); }
H1.HeaderClassName
{
color: #ACF0B1;
}
.AnyTagClassName
{
color: #ACF0B1;
}
</style>
background-color css
<style>
a { background-color: #ACF0B1; }
a { background-color: rgb(172,240,177); }
div.DivClassName
{
background-color: #ACF0B1;
}
.BgClassName
{
background-color: #ACF0B1;
}
</style>
border-color css
<style>
span { border-color: #ACF0B1; }
span { border-color: rgb(172,240,177); }
td.TdClassName
{
border-color: #ACF0B1;
}
.TagClassName
{
border-color: #ACF0B1;
}
</style>