Shades of Celadon #A2EDAF
Tints of Celadon #A2EDAF
RGB
CMYK
RGB Variations
Color information
#A2EDAF (or 0xA2EDAF) is known color: Celadon. HEX triplet: A2, ED and AF. RGB value is (162,237,175). Sum of RGB (Red+Green+Blue) = 162+237+175=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EDAF is #5D1250. Grayscale: #CFCFCF. Windows color (decimal): -6099537 or 11529634. OLE color: 11529634.
HSL color Cylindrical-coordinate representation of color #A2EDAF: hue angle of 130.4º 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 #A2EDAF is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 175 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.07 |
| HSL | 130.4º | 0.68% | 0.78% | - |
| HSV(B) | 130.4º | 0.32% | 0.93% | - |
| XYZ | 52.92 | 71.34 | 51.54 | - |
| YUV | 207.51 | 109.65 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 175 | 0.32 | 0 | 0.26 | 0.07 | 130.4 | 0.68 | 0.78 |
| Hex | A2 | ED | AF | 20 | 0 | 1A | 7 | 82 | 44 | 4E |
| Octal | 242 | 355 | 257 | 40 | 0 | 32 | 7 | 202 | 104 | 116 |
| Binary | 10100010 | 11101101 | 10101111 | 100000 | 0 | 11010 | 111 | 10000010 | 1000100 | 1001110 |
Color Harmonies of #A2EDAF
Complementary color
Monochromatic Colors of #A2EDAF
Black with #A2EDAF
Text Example
Text Example
White with #A2EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDAF; }
p { color: rgb(162,237,175); }
H1.HeaderClassName
{
color: #A2EDAF;
}
.AnyTagClassName
{
color: #A2EDAF;
}
</style>
background-color css
<style>
a { background-color: #A2EDAF; }
a { background-color: rgb(162,237,175); }
div.DivClassName
{
background-color: #A2EDAF;
}
.BgClassName
{
background-color: #A2EDAF;
}
</style>
border-color css
<style>
span { border-color: #A2EDAF; }
span { border-color: rgb(162,237,175); }
td.TdClassName
{
border-color: #A2EDAF;
}
.TagClassName
{
border-color: #A2EDAF;
}
</style>