Shades of Celadon #ACEBB2
Tints of Celadon #ACEBB2
RGB
CMYK
RGB Variations
Color information
#ACEBB2 (or 0xACEBB2) is known color: Celadon. HEX triplet: AC, EB and B2. RGB value is (172,235,178). Sum of RGB (Red+Green+Blue) = 172+235+178=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEBB2 is #53144D. Grayscale: #D1D1D1. Windows color (decimal): -5444686 or 11725740. OLE color: 11725740.
HSL color Cylindrical-coordinate representation of color #ACEBB2: hue angle of 125.71º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBB2 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 235 | 178 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.08 |
| HSL | 125.71º | 0.61% | 0.8% | - |
| HSV(B) | 125.71º | 0.27% | 0.92% | - |
| XYZ | 54.76 | 71.4 | 53.02 | - |
| YUV | 209.67 | 110.13 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 235 | 178 | 0.27 | 0 | 0.24 | 0.08 | 125.71 | 0.61 | 0.8 |
| Hex | AC | EB | B2 | 1B | 0 | 18 | 8 | 7E | 3D | 50 |
| Octal | 254 | 353 | 262 | 33 | 0 | 30 | 10 | 176 | 75 | 120 |
| Binary | 10101100 | 11101011 | 10110010 | 11011 | 0 | 11000 | 1000 | 1111110 | 111101 | 1010000 |
Color Harmonies of #ACEBB2
Complementary color
Monochromatic Colors of #ACEBB2
Black with #ACEBB2
Text Example
Text Example
White with #ACEBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEBB2; }
p { color: rgb(172,235,178); }
H1.HeaderClassName
{
color: #ACEBB2;
}
.AnyTagClassName
{
color: #ACEBB2;
}
</style>
background-color css
<style>
a { background-color: #ACEBB2; }
a { background-color: rgb(172,235,178); }
div.DivClassName
{
background-color: #ACEBB2;
}
.BgClassName
{
background-color: #ACEBB2;
}
</style>
border-color css
<style>
span { border-color: #ACEBB2; }
span { border-color: rgb(172,235,178); }
td.TdClassName
{
border-color: #ACEBB2;
}
.TagClassName
{
border-color: #ACEBB2;
}
</style>