Shades of Medium Aquamarine #60F2A8
Tints of Medium Aquamarine #60F2A8
RGB
CMYK
RGB Variations
Color information
#60F2A8 (or 0x60F2A8) is known color: Medium Aquamarine. HEX triplet: 60, F2 and A8. RGB value is (96,242,168). Sum of RGB (Red+Green+Blue) = 96+242+168=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #60F2A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F2A8 is #9F0D57. Grayscale: #BEBEBE. Windows color (decimal): -10423640 or 11072096. OLE color: 11072096.
HSL color Cylindrical-coordinate representation of color #60F2A8: hue angle of 149.59º degrees, saturation: 0.85, 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 #60F2A8 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 242 | 168 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.05 |
| HSL | 149.59º | 0.85% | 0.66% | - |
| HSV(B) | 149.59º | 0.6% | 0.95% | - |
| XYZ | 43.64 | 68.82 | 48.03 | - |
| YUV | 189.91 | 115.63 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 168 | 0.60 | 0 | 0.31 | 0.05 | 149.59 | 0.85 | 0.66 |
| Hex | 60 | F2 | A8 | 3C | 0 | 1F | 5 | 96 | 55 | 42 |
| Octal | 140 | 362 | 250 | 74 | 0 | 37 | 5 | 226 | 125 | 102 |
| Binary | 1100000 | 11110010 | 10101000 | 111100 | 0 | 11111 | 101 | 10010110 | 1010101 | 1000010 |
Color Harmonies of #60F2A8
Complementary color
Monochromatic Colors of #60F2A8
Black with #60F2A8
Text Example
Text Example
White with #60F2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F2A8; }
p { color: rgb(96,242,168); }
H1.HeaderClassName
{
color: #60F2A8;
}
.AnyTagClassName
{
color: #60F2A8;
}
</style>
background-color css
<style>
a { background-color: #60F2A8; }
a { background-color: rgb(96,242,168); }
div.DivClassName
{
background-color: #60F2A8;
}
.BgClassName
{
background-color: #60F2A8;
}
</style>
border-color css
<style>
span { border-color: #60F2A8; }
span { border-color: rgb(96,242,168); }
td.TdClassName
{
border-color: #60F2A8;
}
.TagClassName
{
border-color: #60F2A8;
}
</style>