Shades of Medium Aquamarine #60EBA2
Tints of Medium Aquamarine #60EBA2
RGB
CMYK
RGB Variations
Color information
#60EBA2 (or 0x60EBA2) is known color: Medium Aquamarine. HEX triplet: 60, EB and A2. RGB value is (96,235,162). Sum of RGB (Red+Green+Blue) = 96+235+162=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EBA2 is #9F145D. Grayscale: #B9B9B9. Windows color (decimal): -10425438 or 10677088. OLE color: 10677088.
HSL color Cylindrical-coordinate representation of color #60EBA2: hue angle of 148.49º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EBA2 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 235 | 162 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.08 |
| HSL | 148.49º | 0.78% | 0.65% | - |
| HSV(B) | 148.49º | 0.59% | 0.92% | - |
| XYZ | 41.05 | 64.51 | 44.47 | - |
| YUV | 185.12 | 114.95 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 235 | 162 | 0.59 | 0 | 0.31 | 0.08 | 148.49 | 0.78 | 0.65 |
| Hex | 60 | EB | A2 | 3B | 0 | 1F | 8 | 94 | 4E | 41 |
| Octal | 140 | 353 | 242 | 73 | 0 | 37 | 10 | 224 | 116 | 101 |
| Binary | 1100000 | 11101011 | 10100010 | 111011 | 0 | 11111 | 1000 | 10010100 | 1001110 | 1000001 |
Color Harmonies of #60EBA2
Complementary color
Monochromatic Colors of #60EBA2
Black with #60EBA2
Text Example
Text Example
White with #60EBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EBA2; }
p { color: rgb(96,235,162); }
H1.HeaderClassName
{
color: #60EBA2;
}
.AnyTagClassName
{
color: #60EBA2;
}
</style>
background-color css
<style>
a { background-color: #60EBA2; }
a { background-color: rgb(96,235,162); }
div.DivClassName
{
background-color: #60EBA2;
}
.BgClassName
{
background-color: #60EBA2;
}
</style>
border-color css
<style>
span { border-color: #60EBA2; }
span { border-color: rgb(96,235,162); }
td.TdClassName
{
border-color: #60EBA2;
}
.TagClassName
{
border-color: #60EBA2;
}
</style>