Shades of Celadon #ACF6AB
Tints of Celadon #ACF6AB
RGB
CMYK
RGB Variations
Color information
#ACF6AB (or 0xACF6AB) is known color: Celadon. HEX triplet: AC, F6 and AB. RGB value is (172,246,171). Sum of RGB (Red+Green+Blue) = 172+246+171=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF6AB is #530954. Grayscale: #D7D7D7. Windows color (decimal): -5441877 or 11269804. OLE color: 11269804.
HSL color Cylindrical-coordinate representation of color #ACF6AB: hue angle of 119.2º degrees, saturation: 0.81, 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 #ACF6AB is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 171 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.04 |
| HSL | 119.2º | 0.81% | 0.82% | - |
| HSV(B) | 119.2º | 0.3% | 0.96% | - |
| XYZ | 57.32 | 77.62 | 50.49 | - |
| YUV | 215.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 171 | 0.30 | 0 | 0.30 | 0.04 | 119.2 | 0.81 | 0.82 |
| Hex | AC | F6 | AB | 1E | 0 | 1E | 4 | 77 | 51 | 52 |
| Octal | 254 | 366 | 253 | 36 | 0 | 36 | 4 | 167 | 121 | 122 |
| Binary | 10101100 | 11110110 | 10101011 | 11110 | 0 | 11110 | 100 | 1110111 | 1010001 | 1010010 |
Color Harmonies of #ACF6AB
Complementary color
Monochromatic Colors of #ACF6AB
Black with #ACF6AB
Text Example
Text Example
White with #ACF6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6AB; }
p { color: rgb(172,246,171); }
H1.HeaderClassName
{
color: #ACF6AB;
}
.AnyTagClassName
{
color: #ACF6AB;
}
</style>
background-color css
<style>
a { background-color: #ACF6AB; }
a { background-color: rgb(172,246,171); }
div.DivClassName
{
background-color: #ACF6AB;
}
.BgClassName
{
background-color: #ACF6AB;
}
</style>
border-color css
<style>
span { border-color: #ACF6AB; }
span { border-color: rgb(172,246,171); }
td.TdClassName
{
border-color: #ACF6AB;
}
.TagClassName
{
border-color: #ACF6AB;
}
</style>