Shades of Celadon #ACE3B4
Tints of Celadon #ACE3B4
RGB
CMYK
RGB Variations
Color information
#ACE3B4 (or 0xACE3B4) is known color: Celadon. HEX triplet: AC, E3 and B4. RGB value is (172,227,180). Sum of RGB (Red+Green+Blue) = 172+227+180=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3B4 is #531C4B. Grayscale: #CDCDCD. Windows color (decimal): -5446732 or 11854764. OLE color: 11854764.
HSL color Cylindrical-coordinate representation of color #ACE3B4: hue angle of 128.73º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE3B4 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 180 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.11 |
| HSL | 128.73º | 0.5% | 0.78% | - |
| HSV(B) | 128.73º | 0.24% | 0.89% | - |
| XYZ | 52.72 | 67 | 53.33 | - |
| YUV | 205.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 180 | 0.24 | 0 | 0.21 | 0.11 | 128.73 | 0.5 | 0.78 |
| Hex | AC | E3 | B4 | 18 | 0 | 15 | B | 81 | 32 | 4E |
| Octal | 254 | 343 | 264 | 30 | 0 | 25 | 13 | 201 | 62 | 116 |
| Binary | 10101100 | 11100011 | 10110100 | 11000 | 0 | 10101 | 1011 | 10000001 | 110010 | 1001110 |
Color Harmonies of #ACE3B4
Complementary color
Monochromatic Colors of #ACE3B4
Black with #ACE3B4
Text Example
Text Example
White with #ACE3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3B4; }
p { color: rgb(172,227,180); }
H1.HeaderClassName
{
color: #ACE3B4;
}
.AnyTagClassName
{
color: #ACE3B4;
}
</style>
background-color css
<style>
a { background-color: #ACE3B4; }
a { background-color: rgb(172,227,180); }
div.DivClassName
{
background-color: #ACE3B4;
}
.BgClassName
{
background-color: #ACE3B4;
}
</style>
border-color css
<style>
span { border-color: #ACE3B4; }
span { border-color: rgb(172,227,180); }
td.TdClassName
{
border-color: #ACE3B4;
}
.TagClassName
{
border-color: #ACE3B4;
}
</style>