Shades of Celadon #A2EEAF
Tints of Celadon #A2EEAF
RGB
CMYK
RGB Variations
Color information
#A2EEAF (or 0xA2EEAF) is known color: Celadon. HEX triplet: A2, EE and AF. RGB value is (162,238,175). Sum of RGB (Red+Green+Blue) = 162+238+175=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EEAF is #5D1150. Grayscale: #D0D0D0. Windows color (decimal): -6099281 or 11529890. OLE color: 11529890.
HSL color Cylindrical-coordinate representation of color #A2EEAF: hue angle of 130.26º 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 #A2EEAF is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 175 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.07 |
| HSL | 130.26º | 0.69% | 0.78% | - |
| HSV(B) | 130.26º | 0.32% | 0.93% | - |
| XYZ | 53.21 | 71.93 | 51.64 | - |
| YUV | 208.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 175 | 0.32 | 0 | 0.26 | 0.07 | 130.26 | 0.69 | 0.78 |
| Hex | A2 | EE | AF | 20 | 0 | 1A | 7 | 82 | 45 | 4E |
| Octal | 242 | 356 | 257 | 40 | 0 | 32 | 7 | 202 | 105 | 116 |
| Binary | 10100010 | 11101110 | 10101111 | 100000 | 0 | 11010 | 111 | 10000010 | 1000101 | 1001110 |
Color Harmonies of #A2EEAF
Complementary color
Monochromatic Colors of #A2EEAF
Black with #A2EEAF
Text Example
Text Example
White with #A2EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EEAF; }
p { color: rgb(162,238,175); }
H1.HeaderClassName
{
color: #A2EEAF;
}
.AnyTagClassName
{
color: #A2EEAF;
}
</style>
background-color css
<style>
a { background-color: #A2EEAF; }
a { background-color: rgb(162,238,175); }
div.DivClassName
{
background-color: #A2EEAF;
}
.BgClassName
{
background-color: #A2EEAF;
}
</style>
border-color css
<style>
span { border-color: #A2EEAF; }
span { border-color: rgb(162,238,175); }
td.TdClassName
{
border-color: #A2EEAF;
}
.TagClassName
{
border-color: #A2EEAF;
}
</style>