Shades of Medium Aquamarine #60EF9A
Tints of Medium Aquamarine #60EF9A
RGB
CMYK
RGB Variations
Color information
#60EF9A (or 0x60EF9A) is known color: Medium Aquamarine. HEX triplet: 60, EF and 9A. RGB value is (96,239,154). Sum of RGB (Red+Green+Blue) = 96+239+154=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #60EF9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EF9A is #9F1065. Grayscale: #BABABA. Windows color (decimal): -10424422 or 10153824. OLE color: 10153824.
HSL color Cylindrical-coordinate representation of color #60EF9A: hue angle of 144.34º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EF9A is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 154 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.06 |
| HSL | 144.34º | 0.82% | 0.66% | - |
| HSV(B) | 144.34º | 0.6% | 0.94% | - |
| XYZ | 41.52 | 66.55 | 41.23 | - |
| YUV | 186.55 | 109.62 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 154 | 0.60 | 0 | 0.36 | 0.06 | 144.34 | 0.82 | 0.66 |
| Hex | 60 | EF | 9A | 3C | 0 | 24 | 6 | 90 | 52 | 42 |
| Octal | 140 | 357 | 232 | 74 | 0 | 44 | 6 | 220 | 122 | 102 |
| Binary | 1100000 | 11101111 | 10011010 | 111100 | 0 | 100100 | 110 | 10010000 | 1010010 | 1000010 |
Color Harmonies of #60EF9A
Complementary color
Monochromatic Colors of #60EF9A
Black with #60EF9A
Text Example
Text Example
White with #60EF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EF9A; }
p { color: rgb(96,239,154); }
H1.HeaderClassName
{
color: #60EF9A;
}
.AnyTagClassName
{
color: #60EF9A;
}
</style>
background-color css
<style>
a { background-color: #60EF9A; }
a { background-color: rgb(96,239,154); }
div.DivClassName
{
background-color: #60EF9A;
}
.BgClassName
{
background-color: #60EF9A;
}
</style>
border-color css
<style>
span { border-color: #60EF9A; }
span { border-color: rgb(96,239,154); }
td.TdClassName
{
border-color: #60EF9A;
}
.TagClassName
{
border-color: #60EF9A;
}
</style>