Shades of Celadon #ACE1AF
Tints of Celadon #ACE1AF
RGB
CMYK
RGB Variations
Color information
#ACE1AF (or 0xACE1AF) is known color: Celadon. HEX triplet: AC, E1 and AF. RGB value is (172,225,175). Sum of RGB (Red+Green+Blue) = 172+225+175=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE1AF is #531E50. Grayscale: #CBCBCB. Windows color (decimal): -5447249 or 11526572. OLE color: 11526572.
HSL color Cylindrical-coordinate representation of color #ACE1AF: hue angle of 123.4º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1AF is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
RGB | 172 | 225 | 175 | - |
CMYK | 0.24 | 0 | 0.22 | 0.12 |
HSL | 123.4º | 0.47% | 0.78% | - |
HSV(B) | 123.4º | 0.24% | 0.88% | - |
XYZ | 51.68 | 65.72 | 50.52 | - |
YUV | 203.45 | 111.94 | 105.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 225 | 175 | 0.24 | 0 | 0.22 | 0.12 | 123.4 | 0.47 | 0.78 |
Hex | AC | E1 | AF | 18 | 0 | 16 | C | 7B | 2F | 4E |
Octal | 254 | 341 | 257 | 30 | 0 | 26 | 14 | 173 | 57 | 116 |
Binary | 10101100 | 11100001 | 10101111 | 11000 | 0 | 10110 | 1100 | 1111011 | 101111 | 1001110 |
Color Harmonies of #ACE1AF
Complementary color
Monochromatic Colors of #ACE1AF
Black with #ACE1AF
Text Example
Text Example
White with #ACE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1AF; }
p { color: rgb(172,225,175); }
H1.HeaderClassName
{
color: #ACE1AF;
}
.AnyTagClassName
{
color: #ACE1AF;
}
</style>
background-color css
<style>
a { background-color: #ACE1AF; }
a { background-color: rgb(172,225,175); }
div.DivClassName
{
background-color: #ACE1AF;
}
.BgClassName
{
background-color: #ACE1AF;
}
</style>
border-color css
<style>
span { border-color: #ACE1AF; }
span { border-color: rgb(172,225,175); }
td.TdClassName
{
border-color: #ACE1AF;
}
.TagClassName
{
border-color: #ACE1AF;
}
</style>