Shades of Celadon #ACF8AB
Tints of Celadon #ACF8AB
RGB
CMYK
RGB Variations
Color information
#ACF8AB (or 0xACF8AB) is known color: Celadon. HEX triplet: AC, F8 and AB. RGB value is (172,248,171). Sum of RGB (Red+Green+Blue) = 172+248+171=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8AB is #530754. Grayscale: #D8D8D8. Windows color (decimal): -5441365 or 11270316. OLE color: 11270316.
HSL color Cylindrical-coordinate representation of color #ACF8AB: hue angle of 119.22º degrees, saturation: 0.85, 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 #ACF8AB is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 171 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.03 |
| HSL | 119.22º | 0.85% | 0.82% | - |
| HSV(B) | 119.22º | 0.31% | 0.97% | - |
| XYZ | 57.93 | 78.85 | 50.69 | - |
| YUV | 216.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 171 | 0.31 | 0 | 0.31 | 0.03 | 119.22 | 0.85 | 0.82 |
| Hex | AC | F8 | AB | 1F | 0 | 1F | 3 | 77 | 55 | 52 |
| Octal | 254 | 370 | 253 | 37 | 0 | 37 | 3 | 167 | 125 | 122 |
| Binary | 10101100 | 11111000 | 10101011 | 11111 | 0 | 11111 | 11 | 1110111 | 1010101 | 1010010 |
Color Harmonies of #ACF8AB
Complementary color
Monochromatic Colors of #ACF8AB
Black with #ACF8AB
Text Example
Text Example
White with #ACF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8AB; }
p { color: rgb(172,248,171); }
H1.HeaderClassName
{
color: #ACF8AB;
}
.AnyTagClassName
{
color: #ACF8AB;
}
</style>
background-color css
<style>
a { background-color: #ACF8AB; }
a { background-color: rgb(172,248,171); }
div.DivClassName
{
background-color: #ACF8AB;
}
.BgClassName
{
background-color: #ACF8AB;
}
</style>
border-color css
<style>
span { border-color: #ACF8AB; }
span { border-color: rgb(172,248,171); }
td.TdClassName
{
border-color: #ACF8AB;
}
.TagClassName
{
border-color: #ACF8AB;
}
</style>