Shades of Medium Aquamarine #60F1A8
Tints of Medium Aquamarine #60F1A8
RGB
CMYK
RGB Variations
Color information
#60F1A8 (or 0x60F1A8) is known color: Medium Aquamarine. HEX triplet: 60, F1 and A8. RGB value is (96,241,168). Sum of RGB (Red+Green+Blue) = 96+241+168=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #60F1A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F1A8 is #9F0E57. Grayscale: #BDBDBD. Windows color (decimal): -10423896 or 11071840. OLE color: 11071840.
HSL color Cylindrical-coordinate representation of color #60F1A8: hue angle of 149.79º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F1A8 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 241 | 168 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.05 |
| HSL | 149.79º | 0.84% | 0.66% | - |
| HSV(B) | 149.79º | 0.6% | 0.95% | - |
| XYZ | 43.35 | 68.22 | 47.93 | - |
| YUV | 189.32 | 115.96 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 168 | 0.60 | 0 | 0.30 | 0.05 | 149.79 | 0.84 | 0.66 |
| Hex | 60 | F1 | A8 | 3C | 0 | 1E | 5 | 96 | 54 | 42 |
| Octal | 140 | 361 | 250 | 74 | 0 | 36 | 5 | 226 | 124 | 102 |
| Binary | 1100000 | 11110001 | 10101000 | 111100 | 0 | 11110 | 101 | 10010110 | 1010100 | 1000010 |
Color Harmonies of #60F1A8
Complementary color
Monochromatic Colors of #60F1A8
Black with #60F1A8
Text Example
Text Example
White with #60F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F1A8; }
p { color: rgb(96,241,168); }
H1.HeaderClassName
{
color: #60F1A8;
}
.AnyTagClassName
{
color: #60F1A8;
}
</style>
background-color css
<style>
a { background-color: #60F1A8; }
a { background-color: rgb(96,241,168); }
div.DivClassName
{
background-color: #60F1A8;
}
.BgClassName
{
background-color: #60F1A8;
}
</style>
border-color css
<style>
span { border-color: #60F1A8; }
span { border-color: rgb(96,241,168); }
td.TdClassName
{
border-color: #60F1A8;
}
.TagClassName
{
border-color: #60F1A8;
}
</style>