Shades of Medium Aquamarine #60D09B
Tints of Medium Aquamarine #60D09B
RGB
CMYK
RGB Variations
Color information
#60D09B (or 0x60D09B) is known color: Medium Aquamarine. HEX triplet: 60, D0 and 9B. RGB value is (96,208,155). Sum of RGB (Red+Green+Blue) = 96+208+155=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #60D09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D09B is #9F2F64. Grayscale: #A8A8A8. Windows color (decimal): -10432357 or 10211424. OLE color: 10211424.
HSL color Cylindrical-coordinate representation of color #60D09B: hue angle of 151.61º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D09B is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 208 | 155 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.18 |
| HSL | 151.61º | 0.54% | 0.6% | - |
| HSV(B) | 151.61º | 0.54% | 0.82% | - |
| XYZ | 33.3 | 49.97 | 38.9 | - |
| YUV | 168.47 | 120.39 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 208 | 155 | 0.54 | 0 | 0.25 | 0.18 | 151.61 | 0.54 | 0.6 |
| Hex | 60 | D0 | 9B | 36 | 0 | 19 | 12 | 98 | 36 | 3C |
| Octal | 140 | 320 | 233 | 66 | 0 | 31 | 22 | 230 | 66 | 74 |
| Binary | 1100000 | 11010000 | 10011011 | 110110 | 0 | 11001 | 10010 | 10011000 | 110110 | 111100 |
Color Harmonies of #60D09B
Complementary color
Monochromatic Colors of #60D09B
Black with #60D09B
Text Example
Text Example
White with #60D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D09B; }
p { color: rgb(96,208,155); }
H1.HeaderClassName
{
color: #60D09B;
}
.AnyTagClassName
{
color: #60D09B;
}
</style>
background-color css
<style>
a { background-color: #60D09B; }
a { background-color: rgb(96,208,155); }
div.DivClassName
{
background-color: #60D09B;
}
.BgClassName
{
background-color: #60D09B;
}
</style>
border-color css
<style>
span { border-color: #60D09B; }
span { border-color: rgb(96,208,155); }
td.TdClassName
{
border-color: #60D09B;
}
.TagClassName
{
border-color: #60D09B;
}
</style>