Shades of Medium Aquamarine #60CEA2
Tints of Medium Aquamarine #60CEA2
RGB
CMYK
RGB Variations
Color information
#60CEA2 (or 0x60CEA2) is known color: Medium Aquamarine. HEX triplet: 60, CE and A2. RGB value is (96,206,162). Sum of RGB (Red+Green+Blue) = 96+206+162=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CEA2 is #9F315D. Grayscale: #A8A8A8. Windows color (decimal): -10432862 or 10669664. OLE color: 10669664.
HSL color Cylindrical-coordinate representation of color #60CEA2: hue angle of 156º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEA2 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 162 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.19 |
| HSL | 156º | 0.53% | 0.59% | - |
| HSV(B) | 156º | 0.53% | 0.81% | - |
| XYZ | 33.42 | 49.24 | 41.93 | - |
| YUV | 168.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 162 | 0.53 | 0 | 0.21 | 0.19 | 156 | 0.53 | 0.59 |
| Hex | 60 | CE | A2 | 35 | 0 | 15 | 13 | 9C | 35 | 3B |
| Octal | 140 | 316 | 242 | 65 | 0 | 25 | 23 | 234 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10100010 | 110101 | 0 | 10101 | 10011 | 10011100 | 110101 | 111011 |
Color Harmonies of #60CEA2
Complementary color
Monochromatic Colors of #60CEA2
Black with #60CEA2
Text Example
Text Example
White with #60CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEA2; }
p { color: rgb(96,206,162); }
H1.HeaderClassName
{
color: #60CEA2;
}
.AnyTagClassName
{
color: #60CEA2;
}
</style>
background-color css
<style>
a { background-color: #60CEA2; }
a { background-color: rgb(96,206,162); }
div.DivClassName
{
background-color: #60CEA2;
}
.BgClassName
{
background-color: #60CEA2;
}
</style>
border-color css
<style>
span { border-color: #60CEA2; }
span { border-color: rgb(96,206,162); }
td.TdClassName
{
border-color: #60CEA2;
}
.TagClassName
{
border-color: #60CEA2;
}
</style>