Shades of Celadon #A2EEB0
Tints of Celadon #A2EEB0
RGB
CMYK
RGB Variations
Color information
#A2EEB0 (or 0xA2EEB0) is known color: Celadon. HEX triplet: A2, EE and B0. RGB value is (162,238,176). Sum of RGB (Red+Green+Blue) = 162+238+176=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EEB0 is #5D114F. Grayscale: #D0D0D0. Windows color (decimal): -6099280 or 11595426. OLE color: 11595426.
HSL color Cylindrical-coordinate representation of color #A2EEB0: hue angle of 131.05º degrees, saturation: 0.69, 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 #A2EEB0 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 176 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.07 |
| HSL | 131.05º | 0.69% | 0.78% | - |
| HSV(B) | 131.05º | 0.32% | 0.93% | - |
| XYZ | 53.31 | 71.97 | 52.16 | - |
| YUV | 208.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 176 | 0.32 | 0 | 0.26 | 0.07 | 131.05 | 0.69 | 0.78 |
| Hex | A2 | EE | B0 | 20 | 0 | 1A | 7 | 83 | 45 | 4E |
| Octal | 242 | 356 | 260 | 40 | 0 | 32 | 7 | 203 | 105 | 116 |
| Binary | 10100010 | 11101110 | 10110000 | 100000 | 0 | 11010 | 111 | 10000011 | 1000101 | 1001110 |
Color Harmonies of #A2EEB0
Complementary color
Monochromatic Colors of #A2EEB0
Black with #A2EEB0
Text Example
Text Example
White with #A2EEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EEB0; }
p { color: rgb(162,238,176); }
H1.HeaderClassName
{
color: #A2EEB0;
}
.AnyTagClassName
{
color: #A2EEB0;
}
</style>
background-color css
<style>
a { background-color: #A2EEB0; }
a { background-color: rgb(162,238,176); }
div.DivClassName
{
background-color: #A2EEB0;
}
.BgClassName
{
background-color: #A2EEB0;
}
</style>
border-color css
<style>
span { border-color: #A2EEB0; }
span { border-color: rgb(162,238,176); }
td.TdClassName
{
border-color: #A2EEB0;
}
.TagClassName
{
border-color: #A2EEB0;
}
</style>