Shades of Medium Aquamarine #60DF98
Tints of Medium Aquamarine #60DF98
RGB
CMYK
RGB Variations
Color information
#60DF98 (or 0x60DF98) is known color: Medium Aquamarine. HEX triplet: 60, DF and 98. RGB value is (96,223,152). Sum of RGB (Red+Green+Blue) = 96+223+152=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DF98 is #9F2067. Grayscale: #B1B1B1. Windows color (decimal): -10428520 or 10018656. OLE color: 10018656.
HSL color Cylindrical-coordinate representation of color #60DF98: hue angle of 146.46º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DF98 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 152 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.13 |
| HSL | 146.46º | 0.66% | 0.63% | - |
| HSV(B) | 146.46º | 0.57% | 0.87% | - |
| XYZ | 36.88 | 57.53 | 38.87 | - |
| YUV | 176.93 | 113.92 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 152 | 0.57 | 0 | 0.32 | 0.13 | 146.46 | 0.66 | 0.63 |
| Hex | 60 | DF | 98 | 39 | 0 | 20 | D | 92 | 42 | 3F |
| Octal | 140 | 337 | 230 | 71 | 0 | 40 | 15 | 222 | 102 | 77 |
| Binary | 1100000 | 11011111 | 10011000 | 111001 | 0 | 100000 | 1101 | 10010010 | 1000010 | 111111 |
Color Harmonies of #60DF98
Complementary color
Monochromatic Colors of #60DF98
Black with #60DF98
Text Example
Text Example
White with #60DF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF98; }
p { color: rgb(96,223,152); }
H1.HeaderClassName
{
color: #60DF98;
}
.AnyTagClassName
{
color: #60DF98;
}
</style>
background-color css
<style>
a { background-color: #60DF98; }
a { background-color: rgb(96,223,152); }
div.DivClassName
{
background-color: #60DF98;
}
.BgClassName
{
background-color: #60DF98;
}
</style>
border-color css
<style>
span { border-color: #60DF98; }
span { border-color: rgb(96,223,152); }
td.TdClassName
{
border-color: #60DF98;
}
.TagClassName
{
border-color: #60DF98;
}
</style>