Shades of Medium Aquamarine #60DA9A
Tints of Medium Aquamarine #60DA9A
RGB
CMYK
RGB Variations
Color information
#60DA9A (or 0x60DA9A) is known color: Medium Aquamarine. HEX triplet: 60, DA and 9A. RGB value is (96,218,154). Sum of RGB (Red+Green+Blue) = 96+218+154=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DA9A is #9F2565. Grayscale: #AEAEAE. Windows color (decimal): -10429798 or 10148448. OLE color: 10148448.
HSL color Cylindrical-coordinate representation of color #60DA9A: hue angle of 148.52º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DA9A is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 218 | 154 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.15 |
| HSL | 148.52º | 0.62% | 0.62% | - |
| HSV(B) | 148.52º | 0.56% | 0.85% | - |
| XYZ | 35.73 | 54.96 | 39.3 | - |
| YUV | 174.23 | 116.58 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 218 | 154 | 0.56 | 0 | 0.29 | 0.15 | 148.52 | 0.62 | 0.62 |
| Hex | 60 | DA | 9A | 38 | 0 | 1D | F | 95 | 3E | 3E |
| Octal | 140 | 332 | 232 | 70 | 0 | 35 | 17 | 225 | 76 | 76 |
| Binary | 1100000 | 11011010 | 10011010 | 111000 | 0 | 11101 | 1111 | 10010101 | 111110 | 111110 |
Color Harmonies of #60DA9A
Complementary color
Monochromatic Colors of #60DA9A
Black with #60DA9A
Text Example
Text Example
White with #60DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DA9A; }
p { color: rgb(96,218,154); }
H1.HeaderClassName
{
color: #60DA9A;
}
.AnyTagClassName
{
color: #60DA9A;
}
</style>
background-color css
<style>
a { background-color: #60DA9A; }
a { background-color: rgb(96,218,154); }
div.DivClassName
{
background-color: #60DA9A;
}
.BgClassName
{
background-color: #60DA9A;
}
</style>
border-color css
<style>
span { border-color: #60DA9A; }
span { border-color: rgb(96,218,154); }
td.TdClassName
{
border-color: #60DA9A;
}
.TagClassName
{
border-color: #60DA9A;
}
</style>