Shades of Celadon #ACEDB3
Tints of Celadon #ACEDB3
RGB
CMYK
RGB Variations
Color information
#ACEDB3 (or 0xACEDB3) is known color: Celadon. HEX triplet: AC, ED and B3. RGB value is (172,237,179). Sum of RGB (Red+Green+Blue) = 172+237+179=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDB3 is #53124C. Grayscale: #D3D3D3. Windows color (decimal): -5444173 or 11791788. OLE color: 11791788.
HSL color Cylindrical-coordinate representation of color #ACEDB3: hue angle of 126.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDB3 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 179 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.07 |
| HSL | 126.46º | 0.64% | 0.8% | - |
| HSV(B) | 126.46º | 0.27% | 0.93% | - |
| XYZ | 55.43 | 72.59 | 53.74 | - |
| YUV | 210.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 179 | 0.27 | 0 | 0.24 | 0.07 | 126.46 | 0.64 | 0.8 |
| Hex | AC | ED | B3 | 1B | 0 | 18 | 7 | 7E | 40 | 50 |
| Octal | 254 | 355 | 263 | 33 | 0 | 30 | 7 | 176 | 100 | 120 |
| Binary | 10101100 | 11101101 | 10110011 | 11011 | 0 | 11000 | 111 | 1111110 | 1000000 | 1010000 |
Color Harmonies of #ACEDB3
Complementary color
Monochromatic Colors of #ACEDB3
Black with #ACEDB3
Text Example
Text Example
White with #ACEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDB3; }
p { color: rgb(172,237,179); }
H1.HeaderClassName
{
color: #ACEDB3;
}
.AnyTagClassName
{
color: #ACEDB3;
}
</style>
background-color css
<style>
a { background-color: #ACEDB3; }
a { background-color: rgb(172,237,179); }
div.DivClassName
{
background-color: #ACEDB3;
}
.BgClassName
{
background-color: #ACEDB3;
}
</style>
border-color css
<style>
span { border-color: #ACEDB3; }
span { border-color: rgb(172,237,179); }
td.TdClassName
{
border-color: #ACEDB3;
}
.TagClassName
{
border-color: #ACEDB3;
}
</style>