Shades of Celadon #A2EDB3
Tints of Celadon #A2EDB3
RGB
CMYK
RGB Variations
Color information
#A2EDB3 (or 0xA2EDB3) is known color: Celadon. HEX triplet: A2, ED and B3. RGB value is (162,237,179). Sum of RGB (Red+Green+Blue) = 162+237+179=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDB3 is #5D124C. Grayscale: #D0D0D0. Windows color (decimal): -6099533 or 11791778. OLE color: 11791778.
HSL color Cylindrical-coordinate representation of color #A2EDB3: hue angle of 133.6º 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 #A2EDB3 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 179 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.07 |
| HSL | 133.6º | 0.68% | 0.78% | - |
| HSV(B) | 133.6º | 0.32% | 0.93% | - |
| XYZ | 53.32 | 71.5 | 53.64 | - |
| YUV | 207.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 179 | 0.32 | 0 | 0.24 | 0.07 | 133.6 | 0.68 | 0.78 |
| Hex | A2 | ED | B3 | 20 | 0 | 18 | 7 | 86 | 44 | 4E |
| Octal | 242 | 355 | 263 | 40 | 0 | 30 | 7 | 206 | 104 | 116 |
| Binary | 10100010 | 11101101 | 10110011 | 100000 | 0 | 11000 | 111 | 10000110 | 1000100 | 1001110 |
Color Harmonies of #A2EDB3
Complementary color
Monochromatic Colors of #A2EDB3
Black with #A2EDB3
Text Example
Text Example
White with #A2EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDB3; }
p { color: rgb(162,237,179); }
H1.HeaderClassName
{
color: #A2EDB3;
}
.AnyTagClassName
{
color: #A2EDB3;
}
</style>
background-color css
<style>
a { background-color: #A2EDB3; }
a { background-color: rgb(162,237,179); }
div.DivClassName
{
background-color: #A2EDB3;
}
.BgClassName
{
background-color: #A2EDB3;
}
</style>
border-color css
<style>
span { border-color: #A2EDB3; }
span { border-color: rgb(162,237,179); }
td.TdClassName
{
border-color: #A2EDB3;
}
.TagClassName
{
border-color: #A2EDB3;
}
</style>