Shades of Celadon #ACEDAF
Tints of Celadon #ACEDAF
RGB
CMYK
RGB Variations
Color information
#ACEDAF (or 0xACEDAF) is known color: Celadon. HEX triplet: AC, ED and AF. RGB value is (172,237,175). Sum of RGB (Red+Green+Blue) = 172+237+175=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEDAF is #531250. Grayscale: #D2D2D2. Windows color (decimal): -5444177 or 11529644. OLE color: 11529644.
HSL color Cylindrical-coordinate representation of color #ACEDAF: hue angle of 122.77º 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 #ACEDAF is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 175 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.07 |
| HSL | 122.77º | 0.64% | 0.8% | - |
| HSV(B) | 122.77º | 0.27% | 0.93% | - |
| XYZ | 55.04 | 72.43 | 51.64 | - |
| YUV | 210.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 175 | 0.27 | 0 | 0.26 | 0.07 | 122.77 | 0.64 | 0.8 |
| Hex | AC | ED | AF | 1B | 0 | 1A | 7 | 7B | 40 | 50 |
| Octal | 254 | 355 | 257 | 33 | 0 | 32 | 7 | 173 | 100 | 120 |
| Binary | 10101100 | 11101101 | 10101111 | 11011 | 0 | 11010 | 111 | 1111011 | 1000000 | 1010000 |
Color Harmonies of #ACEDAF
Complementary color
Monochromatic Colors of #ACEDAF
Black with #ACEDAF
Text Example
Text Example
White with #ACEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDAF; }
p { color: rgb(172,237,175); }
H1.HeaderClassName
{
color: #ACEDAF;
}
.AnyTagClassName
{
color: #ACEDAF;
}
</style>
background-color css
<style>
a { background-color: #ACEDAF; }
a { background-color: rgb(172,237,175); }
div.DivClassName
{
background-color: #ACEDAF;
}
.BgClassName
{
background-color: #ACEDAF;
}
</style>
border-color css
<style>
span { border-color: #ACEDAF; }
span { border-color: rgb(172,237,175); }
td.TdClassName
{
border-color: #ACEDAF;
}
.TagClassName
{
border-color: #ACEDAF;
}
</style>