Shades of Medium Aquamarine #60FDA0
Tints of Medium Aquamarine #60FDA0
RGB
CMYK
RGB Variations
Color information
#60FDA0 (or 0x60FDA0) is known color: Medium Aquamarine. HEX triplet: 60, FD and A0. RGB value is (96,253,160). Sum of RGB (Red+Green+Blue) = 96+253+160=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #60FDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FDA0 is #9F025F. Grayscale: #C3C3C3. Windows color (decimal): -10420832 or 10550624. OLE color: 10550624.
HSL color Cylindrical-coordinate representation of color #60FDA0: hue angle of 144.46º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FDA0 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 253 | 160 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.01 |
| HSL | 144.46º | 0.98% | 0.68% | - |
| HSV(B) | 144.46º | 0.62% | 0.99% | - |
| XYZ | 46.29 | 75.28 | 45.35 | - |
| YUV | 195.46 | 107.99 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 253 | 160 | 0.62 | 0 | 0.37 | 0.01 | 144.46 | 0.98 | 0.68 |
| Hex | 60 | FD | A0 | 3E | 0 | 25 | 1 | 90 | 62 | 44 |
| Octal | 140 | 375 | 240 | 76 | 0 | 45 | 1 | 220 | 142 | 104 |
| Binary | 1100000 | 11111101 | 10100000 | 111110 | 0 | 100101 | 1 | 10010000 | 1100010 | 1000100 |
Color Harmonies of #60FDA0
Complementary color
Monochromatic Colors of #60FDA0
Black with #60FDA0
Text Example
Text Example
White with #60FDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FDA0; }
p { color: rgb(96,253,160); }
H1.HeaderClassName
{
color: #60FDA0;
}
.AnyTagClassName
{
color: #60FDA0;
}
</style>
background-color css
<style>
a { background-color: #60FDA0; }
a { background-color: rgb(96,253,160); }
div.DivClassName
{
background-color: #60FDA0;
}
.BgClassName
{
background-color: #60FDA0;
}
</style>
border-color css
<style>
span { border-color: #60FDA0; }
span { border-color: rgb(96,253,160); }
td.TdClassName
{
border-color: #60FDA0;
}
.TagClassName
{
border-color: #60FDA0;
}
</style>