Shades of Medium Aquamarine #60F5AD
Tints of Medium Aquamarine #60F5AD
RGB
CMYK
RGB Variations
Color information
#60F5AD (or 0x60F5AD) is known color: Medium Aquamarine. HEX triplet: 60, F5 and AD. RGB value is (96,245,173). Sum of RGB (Red+Green+Blue) = 96+245+173=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #60F5AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F5AD is #9F0A52. Grayscale: #C0C0C0. Windows color (decimal): -10422867 or 11400544. OLE color: 11400544.
HSL color Cylindrical-coordinate representation of color #60F5AD: hue angle of 151.01º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F5AD is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 245 | 173 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.04 |
| HSL | 151.01º | 0.88% | 0.67% | - |
| HSV(B) | 151.01º | 0.61% | 0.96% | - |
| XYZ | 45.02 | 70.81 | 50.83 | - |
| YUV | 192.24 | 117.14 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 173 | 0.61 | 0 | 0.29 | 0.04 | 151.01 | 0.88 | 0.67 |
| Hex | 60 | F5 | AD | 3D | 0 | 1D | 4 | 97 | 58 | 43 |
| Octal | 140 | 365 | 255 | 75 | 0 | 35 | 4 | 227 | 130 | 103 |
| Binary | 1100000 | 11110101 | 10101101 | 111101 | 0 | 11101 | 100 | 10010111 | 1011000 | 1000011 |
Color Harmonies of #60F5AD
Complementary color
Monochromatic Colors of #60F5AD
Black with #60F5AD
Text Example
Text Example
White with #60F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F5AD; }
p { color: rgb(96,245,173); }
H1.HeaderClassName
{
color: #60F5AD;
}
.AnyTagClassName
{
color: #60F5AD;
}
</style>
background-color css
<style>
a { background-color: #60F5AD; }
a { background-color: rgb(96,245,173); }
div.DivClassName
{
background-color: #60F5AD;
}
.BgClassName
{
background-color: #60F5AD;
}
</style>
border-color css
<style>
span { border-color: #60F5AD; }
span { border-color: rgb(96,245,173); }
td.TdClassName
{
border-color: #60F5AD;
}
.TagClassName
{
border-color: #60F5AD;
}
</style>