Shades of Celadon #A2EAA5
Tints of Celadon #A2EAA5
RGB
CMYK
RGB Variations
Color information
#A2EAA5 (or 0xA2EAA5) is known color: Celadon. HEX triplet: A2, EA and A5. RGB value is (162,234,165). Sum of RGB (Red+Green+Blue) = 162+234+165=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EAA5 is #5D155A. Grayscale: #CCCCCC. Windows color (decimal): -6100315 or 10873506. OLE color: 10873506.
HSL color Cylindrical-coordinate representation of color #A2EAA5: hue angle of 122.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EAA5 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 234 | 165 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.08 |
| HSL | 122.5º | 0.63% | 0.78% | - |
| HSV(B) | 122.5º | 0.31% | 0.92% | - |
| XYZ | 51.11 | 69.24 | 46.27 | - |
| YUV | 204.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 234 | 165 | 0.31 | 0 | 0.29 | 0.08 | 122.5 | 0.63 | 0.78 |
| Hex | A2 | EA | A5 | 1F | 0 | 1D | 8 | 7B | 3F | 4E |
| Octal | 242 | 352 | 245 | 37 | 0 | 35 | 10 | 173 | 77 | 116 |
| Binary | 10100010 | 11101010 | 10100101 | 11111 | 0 | 11101 | 1000 | 1111011 | 111111 | 1001110 |
Color Harmonies of #A2EAA5
Complementary color
Monochromatic Colors of #A2EAA5
Black with #A2EAA5
Text Example
Text Example
White with #A2EAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EAA5; }
p { color: rgb(162,234,165); }
H1.HeaderClassName
{
color: #A2EAA5;
}
.AnyTagClassName
{
color: #A2EAA5;
}
</style>
background-color css
<style>
a { background-color: #A2EAA5; }
a { background-color: rgb(162,234,165); }
div.DivClassName
{
background-color: #A2EAA5;
}
.BgClassName
{
background-color: #A2EAA5;
}
</style>
border-color css
<style>
span { border-color: #A2EAA5; }
span { border-color: rgb(162,234,165); }
td.TdClassName
{
border-color: #A2EAA5;
}
.TagClassName
{
border-color: #A2EAA5;
}
</style>