Shades of Medium Aquamarine #60D69F
Tints of Medium Aquamarine #60D69F
RGB
CMYK
RGB Variations
Color information
#60D69F (or 0x60D69F) is known color: Medium Aquamarine. HEX triplet: 60, D6 and 9F. RGB value is (96,214,159). Sum of RGB (Red+Green+Blue) = 96+214+159=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #60D69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D69F is #9F2960. Grayscale: #ACACAC. Windows color (decimal): -10430817 or 10475104. OLE color: 10475104.
HSL color Cylindrical-coordinate representation of color #60D69F: hue angle of 152.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D69F is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 214 | 159 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.16 |
| HSL | 152.03º | 0.59% | 0.61% | - |
| HSV(B) | 152.03º | 0.55% | 0.84% | - |
| XYZ | 35.13 | 53.08 | 41.2 | - |
| YUV | 172.45 | 120.41 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 214 | 159 | 0.55 | 0 | 0.26 | 0.16 | 152.03 | 0.59 | 0.61 |
| Hex | 60 | D6 | 9F | 37 | 0 | 1A | 10 | 98 | 3B | 3D |
| Octal | 140 | 326 | 237 | 67 | 0 | 32 | 20 | 230 | 73 | 75 |
| Binary | 1100000 | 11010110 | 10011111 | 110111 | 0 | 11010 | 10000 | 10011000 | 111011 | 111101 |
Color Harmonies of #60D69F
Complementary color
Monochromatic Colors of #60D69F
Black with #60D69F
Text Example
Text Example
White with #60D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60D69F; }
p { color: rgb(96,214,159); }
H1.HeaderClassName
{
color: #60D69F;
}
.AnyTagClassName
{
color: #60D69F;
}
</style>
background-color css
<style>
a { background-color: #60D69F; }
a { background-color: rgb(96,214,159); }
div.DivClassName
{
background-color: #60D69F;
}
.BgClassName
{
background-color: #60D69F;
}
</style>
border-color css
<style>
span { border-color: #60D69F; }
span { border-color: rgb(96,214,159); }
td.TdClassName
{
border-color: #60D69F;
}
.TagClassName
{
border-color: #60D69F;
}
</style>