Shades of Celadon #ACF1B0
Tints of Celadon #ACF1B0
RGB
CMYK
RGB Variations
Color information
#ACF1B0 (or 0xACF1B0) is known color: Celadon. HEX triplet: AC, F1 and B0. RGB value is (172,241,176). Sum of RGB (Red+Green+Blue) = 172+241+176=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF1B0 is #530E4F. Grayscale: #D5D5D5. Windows color (decimal): -5443152 or 11596204. OLE color: 11596204.
HSL color Cylindrical-coordinate representation of color #ACF1B0: hue angle of 123.48º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1B0 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 176 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.05 |
| HSL | 123.48º | 0.71% | 0.81% | - |
| HSV(B) | 123.48º | 0.29% | 0.95% | - |
| XYZ | 56.31 | 74.82 | 52.55 | - |
| YUV | 212.96 | 107.14 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 176 | 0.29 | 0 | 0.27 | 0.05 | 123.48 | 0.71 | 0.81 |
| Hex | AC | F1 | B0 | 1D | 0 | 1B | 5 | 7B | 47 | 51 |
| Octal | 254 | 361 | 260 | 35 | 0 | 33 | 5 | 173 | 107 | 121 |
| Binary | 10101100 | 11110001 | 10110000 | 11101 | 0 | 11011 | 101 | 1111011 | 1000111 | 1010001 |
Color Harmonies of #ACF1B0
Complementary color
Monochromatic Colors of #ACF1B0
Black with #ACF1B0
Text Example
Text Example
White with #ACF1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1B0; }
p { color: rgb(172,241,176); }
H1.HeaderClassName
{
color: #ACF1B0;
}
.AnyTagClassName
{
color: #ACF1B0;
}
</style>
background-color css
<style>
a { background-color: #ACF1B0; }
a { background-color: rgb(172,241,176); }
div.DivClassName
{
background-color: #ACF1B0;
}
.BgClassName
{
background-color: #ACF1B0;
}
</style>
border-color css
<style>
span { border-color: #ACF1B0; }
span { border-color: rgb(172,241,176); }
td.TdClassName
{
border-color: #ACF1B0;
}
.TagClassName
{
border-color: #ACF1B0;
}
</style>