Shades of Medium Aquamarine #60F0AB
Tints of Medium Aquamarine #60F0AB
RGB
CMYK
RGB Variations
Color information
#60F0AB (or 0x60F0AB) is known color: Medium Aquamarine. HEX triplet: 60, F0 and AB. RGB value is (96,240,171). Sum of RGB (Red+Green+Blue) = 96+240+171=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #60F0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F0AB is #9F0F54. Grayscale: #BDBDBD. Windows color (decimal): -10424149 or 11268192. OLE color: 11268192.
HSL color Cylindrical-coordinate representation of color #60F0AB: hue angle of 151.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F0AB is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 240 | 171 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.06 |
| HSL | 151.25º | 0.83% | 0.66% | - |
| HSV(B) | 151.25º | 0.6% | 0.94% | - |
| XYZ | 43.33 | 67.75 | 49.32 | - |
| YUV | 189.08 | 117.79 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 240 | 171 | 0.6 | 0 | 0.29 | 0.06 | 151.25 | 0.83 | 0.66 |
| Hex | 60 | F0 | AB | 3C | 0 | 1D | 6 | 97 | 53 | 42 |
| Octal | 140 | 360 | 253 | 74 | 0 | 35 | 6 | 227 | 123 | 102 |
| Binary | 1100000 | 11110000 | 10101011 | 111100 | 0 | 11101 | 110 | 10010111 | 1010011 | 1000010 |
Color Harmonies of #60F0AB
Complementary color
Monochromatic Colors of #60F0AB
Black with #60F0AB
Text Example
Text Example
White with #60F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F0AB; }
p { color: rgb(96,240,171); }
H1.HeaderClassName
{
color: #60F0AB;
}
.AnyTagClassName
{
color: #60F0AB;
}
</style>
background-color css
<style>
a { background-color: #60F0AB; }
a { background-color: rgb(96,240,171); }
div.DivClassName
{
background-color: #60F0AB;
}
.BgClassName
{
background-color: #60F0AB;
}
</style>
border-color css
<style>
span { border-color: #60F0AB; }
span { border-color: rgb(96,240,171); }
td.TdClassName
{
border-color: #60F0AB;
}
.TagClassName
{
border-color: #60F0AB;
}
</style>