Shades of Celadon #A2ECA5
Tints of Celadon #A2ECA5
RGB
CMYK
RGB Variations
Color information
#A2ECA5 (or 0xA2ECA5) is known color: Celadon. HEX triplet: A2, EC and A5. RGB value is (162,236,165). Sum of RGB (Red+Green+Blue) = 162+236+165=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECA5 is #5D135A. Grayscale: #CDCDCD. Windows color (decimal): -6099803 or 10874018. OLE color: 10874018.
HSL color Cylindrical-coordinate representation of color #A2ECA5: hue angle of 122.43º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ECA5 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
RGB | 162 | 236 | 165 | - |
CMYK | 0.31 | 0 | 0.30 | 0.07 |
HSL | 122.43º | 0.66% | 0.78% | - |
HSV(B) | 122.43º | 0.31% | 0.93% | - |
XYZ | 51.69 | 70.39 | 46.46 | - |
YUV | 205.78 | 104.98 | 96.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 236 | 165 | 0.31 | 0 | 0.30 | 0.07 | 122.43 | 0.66 | 0.78 |
Hex | A2 | EC | A5 | 1F | 0 | 1E | 7 | 7A | 42 | 4E |
Octal | 242 | 354 | 245 | 37 | 0 | 36 | 7 | 172 | 102 | 116 |
Binary | 10100010 | 11101100 | 10100101 | 11111 | 0 | 11110 | 111 | 1111010 | 1000010 | 1001110 |
Color Harmonies of #A2ECA5
Complementary color
Monochromatic Colors of #A2ECA5
Black with #A2ECA5
Text Example
Text Example
White with #A2ECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECA5; }
p { color: rgb(162,236,165); }
H1.HeaderClassName
{
color: #A2ECA5;
}
.AnyTagClassName
{
color: #A2ECA5;
}
</style>
background-color css
<style>
a { background-color: #A2ECA5; }
a { background-color: rgb(162,236,165); }
div.DivClassName
{
background-color: #A2ECA5;
}
.BgClassName
{
background-color: #A2ECA5;
}
</style>
border-color css
<style>
span { border-color: #A2ECA5; }
span { border-color: rgb(162,236,165); }
td.TdClassName
{
border-color: #A2ECA5;
}
.TagClassName
{
border-color: #A2ECA5;
}
</style>