Shades of Celadon #A2EDAC
Tints of Celadon #A2EDAC
RGB
CMYK
RGB Variations
Color information
#A2EDAC (or 0xA2EDAC) is known color: Celadon. HEX triplet: A2, ED and AC. RGB value is (162,237,172). Sum of RGB (Red+Green+Blue) = 162+237+172=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EDAC is #5D1253. Grayscale: #CFCFCF. Windows color (decimal): -6099540 or 11333026. OLE color: 11333026.
HSL color Cylindrical-coordinate representation of color #A2EDAC: hue angle of 128º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDAC is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 162 | 237 | 172 | - |
CMYK | 0.32 | 0 | 0.27 | 0.07 |
HSL | 128º | 0.68% | 0.78% | - |
HSV(B) | 128º | 0.32% | 0.93% | - |
XYZ | 52.63 | 71.23 | 50 | - |
YUV | 207.17 | 108.15 | 95.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 237 | 172 | 0.32 | 0 | 0.27 | 0.07 | 128 | 0.68 | 0.78 |
Hex | A2 | ED | AC | 20 | 0 | 1B | 7 | 80 | 44 | 4E |
Octal | 242 | 355 | 254 | 40 | 0 | 33 | 7 | 200 | 104 | 116 |
Binary | 10100010 | 11101101 | 10101100 | 100000 | 0 | 11011 | 111 | 10000000 | 1000100 | 1001110 |
Color Harmonies of #A2EDAC
Complementary color
Monochromatic Colors of #A2EDAC
Black with #A2EDAC
Text Example
Text Example
White with #A2EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDAC; }
p { color: rgb(162,237,172); }
H1.HeaderClassName
{
color: #A2EDAC;
}
.AnyTagClassName
{
color: #A2EDAC;
}
</style>
background-color css
<style>
a { background-color: #A2EDAC; }
a { background-color: rgb(162,237,172); }
div.DivClassName
{
background-color: #A2EDAC;
}
.BgClassName
{
background-color: #A2EDAC;
}
</style>
border-color css
<style>
span { border-color: #A2EDAC; }
span { border-color: rgb(162,237,172); }
td.TdClassName
{
border-color: #A2EDAC;
}
.TagClassName
{
border-color: #A2EDAC;
}
</style>