Shades of Medium Aquamarine #60DF9F
Tints of Medium Aquamarine #60DF9F
RGB
CMYK
RGB Variations
Color information
#60DF9F (or 0x60DF9F) is known color: Medium Aquamarine. HEX triplet: 60, DF and 9F. RGB value is (96,223,159). Sum of RGB (Red+Green+Blue) = 96+223+159=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #60DF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DF9F is #9F2060. Grayscale: #B1B1B1. Windows color (decimal): -10428513 or 10477408. OLE color: 10477408.
HSL color Cylindrical-coordinate representation of color #60DF9F: hue angle of 149.76º 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 #60DF9F is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 223 | 159 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.13 |
| HSL | 149.76º | 0.66% | 0.63% | - |
| HSV(B) | 149.76º | 0.57% | 0.87% | - |
| XYZ | 37.47 | 57.77 | 41.98 | - |
| YUV | 177.73 | 117.42 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 223 | 159 | 0.57 | 0 | 0.29 | 0.13 | 149.76 | 0.66 | 0.63 |
| Hex | 60 | DF | 9F | 39 | 0 | 1D | D | 96 | 42 | 3F |
| Octal | 140 | 337 | 237 | 71 | 0 | 35 | 15 | 226 | 102 | 77 |
| Binary | 1100000 | 11011111 | 10011111 | 111001 | 0 | 11101 | 1101 | 10010110 | 1000010 | 111111 |
Color Harmonies of #60DF9F
Complementary color
Monochromatic Colors of #60DF9F
Black with #60DF9F
Text Example
Text Example
White with #60DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60DF9F; }
p { color: rgb(96,223,159); }
H1.HeaderClassName
{
color: #60DF9F;
}
.AnyTagClassName
{
color: #60DF9F;
}
</style>
background-color css
<style>
a { background-color: #60DF9F; }
a { background-color: rgb(96,223,159); }
div.DivClassName
{
background-color: #60DF9F;
}
.BgClassName
{
background-color: #60DF9F;
}
</style>
border-color css
<style>
span { border-color: #60DF9F; }
span { border-color: rgb(96,223,159); }
td.TdClassName
{
border-color: #60DF9F;
}
.TagClassName
{
border-color: #60DF9F;
}
</style>