Shades of Celadon #A2EDB5
Tints of Celadon #A2EDB5
RGB
CMYK
RGB Variations
Color information
#A2EDB5 (or 0xA2EDB5) is known color: Celadon. HEX triplet: A2, ED and B5. RGB value is (162,237,181). Sum of RGB (Red+Green+Blue) = 162+237+181=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 181 (71.09% from 255 or 31.21% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDB5 is #5D124A. Grayscale: #D0D0D0. Windows color (decimal): -6099531 or 11922850. OLE color: 11922850.
HSL color Cylindrical-coordinate representation of color #A2EDB5: hue angle of 135.2º 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 #A2EDB5 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 181 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.07 |
| HSL | 135.2º | 0.68% | 0.78% | - |
| HSV(B) | 135.2º | 0.32% | 0.93% | - |
| XYZ | 53.52 | 71.59 | 54.71 | - |
| YUV | 208.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 181 | 0.32 | 0 | 0.24 | 0.07 | 135.2 | 0.68 | 0.78 |
| Hex | A2 | ED | B5 | 20 | 0 | 18 | 7 | 87 | 44 | 4E |
| Octal | 242 | 355 | 265 | 40 | 0 | 30 | 7 | 207 | 104 | 116 |
| Binary | 10100010 | 11101101 | 10110101 | 100000 | 0 | 11000 | 111 | 10000111 | 1000100 | 1001110 |
Color Harmonies of #A2EDB5
Complementary color
Monochromatic Colors of #A2EDB5
Black with #A2EDB5
Text Example
Text Example
White with #A2EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDB5; }
p { color: rgb(162,237,181); }
H1.HeaderClassName
{
color: #A2EDB5;
}
.AnyTagClassName
{
color: #A2EDB5;
}
</style>
background-color css
<style>
a { background-color: #A2EDB5; }
a { background-color: rgb(162,237,181); }
div.DivClassName
{
background-color: #A2EDB5;
}
.BgClassName
{
background-color: #A2EDB5;
}
</style>
border-color css
<style>
span { border-color: #A2EDB5; }
span { border-color: rgb(162,237,181); }
td.TdClassName
{
border-color: #A2EDB5;
}
.TagClassName
{
border-color: #A2EDB5;
}
</style>