Shades of Celadon #ACF8B2
Tints of Celadon #ACF8B2
RGB
CMYK
RGB Variations
Color information
#ACF8B2 (or 0xACF8B2) is known color: Celadon. HEX triplet: AC, F8 and B2. RGB value is (172,248,178). Sum of RGB (Red+Green+Blue) = 172+248+178=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8B2 is #53074D. Grayscale: #D9D9D9. Windows color (decimal): -5441358 or 11729068. OLE color: 11729068.
HSL color Cylindrical-coordinate representation of color #ACF8B2: hue angle of 124.74º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8B2 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 178 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.03 |
| HSL | 124.74º | 0.84% | 0.82% | - |
| HSV(B) | 124.74º | 0.31% | 0.97% | - |
| XYZ | 58.62 | 79.12 | 54.3 | - |
| YUV | 217.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 178 | 0.31 | 0 | 0.28 | 0.03 | 124.74 | 0.84 | 0.82 |
| Hex | AC | F8 | B2 | 1F | 0 | 1C | 3 | 7D | 54 | 52 |
| Octal | 254 | 370 | 262 | 37 | 0 | 34 | 3 | 175 | 124 | 122 |
| Binary | 10101100 | 11111000 | 10110010 | 11111 | 0 | 11100 | 11 | 1111101 | 1010100 | 1010010 |
Color Harmonies of #ACF8B2
Complementary color
Monochromatic Colors of #ACF8B2
Black with #ACF8B2
Text Example
Text Example
White with #ACF8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8B2; }
p { color: rgb(172,248,178); }
H1.HeaderClassName
{
color: #ACF8B2;
}
.AnyTagClassName
{
color: #ACF8B2;
}
</style>
background-color css
<style>
a { background-color: #ACF8B2; }
a { background-color: rgb(172,248,178); }
div.DivClassName
{
background-color: #ACF8B2;
}
.BgClassName
{
background-color: #ACF8B2;
}
</style>
border-color css
<style>
span { border-color: #ACF8B2; }
span { border-color: rgb(172,248,178); }
td.TdClassName
{
border-color: #ACF8B2;
}
.TagClassName
{
border-color: #ACF8B2;
}
</style>