Shades of Celadon #ACE8B5
Tints of Celadon #ACE8B5
RGB
CMYK
RGB Variations
Color information
#ACE8B5 (or 0xACE8B5) is known color: Celadon. HEX triplet: AC, E8 and B5. RGB value is (172,232,181). Sum of RGB (Red+Green+Blue) = 172+232+181=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8B5 is #53174A. Grayscale: #D0D0D0. Windows color (decimal): -5445451 or 11921580. OLE color: 11921580.
HSL color Cylindrical-coordinate representation of color #ACE8B5: hue angle of 129º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE8B5 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 232 | 181 | - |
CMYK | 0.26 | 0 | 0.22 | 0.09 |
HSL | 129º | 0.57% | 0.79% | - |
HSV(B) | 129º | 0.26% | 0.91% | - |
XYZ | 54.21 | 69.82 | 54.34 | - |
YUV | 208.25 | 112.62 | 102.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 232 | 181 | 0.26 | 0 | 0.22 | 0.09 | 129 | 0.57 | 0.79 |
Hex | AC | E8 | B5 | 1A | 0 | 16 | 9 | 81 | 39 | 4F |
Octal | 254 | 350 | 265 | 32 | 0 | 26 | 11 | 201 | 71 | 117 |
Binary | 10101100 | 11101000 | 10110101 | 11010 | 0 | 10110 | 1001 | 10000001 | 111001 | 1001111 |
Color Harmonies of #ACE8B5
Complementary color
Monochromatic Colors of #ACE8B5
Black with #ACE8B5
Text Example
Text Example
White with #ACE8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE8B5; }
p { color: rgb(172,232,181); }
H1.HeaderClassName
{
color: #ACE8B5;
}
.AnyTagClassName
{
color: #ACE8B5;
}
</style>
background-color css
<style>
a { background-color: #ACE8B5; }
a { background-color: rgb(172,232,181); }
div.DivClassName
{
background-color: #ACE8B5;
}
.BgClassName
{
background-color: #ACE8B5;
}
</style>
border-color css
<style>
span { border-color: #ACE8B5; }
span { border-color: rgb(172,232,181); }
td.TdClassName
{
border-color: #ACE8B5;
}
.TagClassName
{
border-color: #ACE8B5;
}
</style>