Shades of Medium Aquamarine #60EEA2
Tints of Medium Aquamarine #60EEA2
RGB
CMYK
RGB Variations
Color information
#60EEA2 (or 0x60EEA2) is known color: Medium Aquamarine. HEX triplet: 60, EE and A2. RGB value is (96,238,162). Sum of RGB (Red+Green+Blue) = 96+238+162=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #60EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EEA2 is #9F115D. Grayscale: #BBBBBB. Windows color (decimal): -10424670 or 10677856. OLE color: 10677856.
HSL color Cylindrical-coordinate representation of color #60EEA2: hue angle of 147.89º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EEA2 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 162 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.07 |
| HSL | 147.89º | 0.81% | 0.65% | - |
| HSV(B) | 147.89º | 0.6% | 0.93% | - |
| XYZ | 41.92 | 66.24 | 44.76 | - |
| YUV | 186.88 | 113.96 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 162 | 0.60 | 0 | 0.32 | 0.07 | 147.89 | 0.81 | 0.65 |
| Hex | 60 | EE | A2 | 3C | 0 | 20 | 7 | 94 | 51 | 41 |
| Octal | 140 | 356 | 242 | 74 | 0 | 40 | 7 | 224 | 121 | 101 |
| Binary | 1100000 | 11101110 | 10100010 | 111100 | 0 | 100000 | 111 | 10010100 | 1010001 | 1000001 |
Color Harmonies of #60EEA2
Complementary color
Monochromatic Colors of #60EEA2
Black with #60EEA2
Text Example
Text Example
White with #60EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEA2; }
p { color: rgb(96,238,162); }
H1.HeaderClassName
{
color: #60EEA2;
}
.AnyTagClassName
{
color: #60EEA2;
}
</style>
background-color css
<style>
a { background-color: #60EEA2; }
a { background-color: rgb(96,238,162); }
div.DivClassName
{
background-color: #60EEA2;
}
.BgClassName
{
background-color: #60EEA2;
}
</style>
border-color css
<style>
span { border-color: #60EEA2; }
span { border-color: rgb(96,238,162); }
td.TdClassName
{
border-color: #60EEA2;
}
.TagClassName
{
border-color: #60EEA2;
}
</style>