Shades of Medium Aquamarine #60F9A4
Tints of Medium Aquamarine #60F9A4
RGB
CMYK
RGB Variations
Color information
#60F9A4 (or 0x60F9A4) is known color: Medium Aquamarine. HEX triplet: 60, F9 and A4. RGB value is (96,249,164). Sum of RGB (Red+Green+Blue) = 96+249+164=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #60F9A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F9A4 is #9F065B. Grayscale: #C1C1C1. Windows color (decimal): -10421852 or 10811744. OLE color: 10811744.
HSL color Cylindrical-coordinate representation of color #60F9A4: hue angle of 146.67º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F9A4 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 249 | 164 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.02 |
| HSL | 146.67º | 0.93% | 0.68% | - |
| HSV(B) | 146.67º | 0.61% | 0.98% | - |
| XYZ | 45.4 | 72.92 | 46.8 | - |
| YUV | 193.56 | 111.31 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 249 | 164 | 0.61 | 0 | 0.34 | 0.02 | 146.67 | 0.93 | 0.68 |
| Hex | 60 | F9 | A4 | 3D | 0 | 22 | 2 | 93 | 5D | 44 |
| Octal | 140 | 371 | 244 | 75 | 0 | 42 | 2 | 223 | 135 | 104 |
| Binary | 1100000 | 11111001 | 10100100 | 111101 | 0 | 100010 | 10 | 10010011 | 1011101 | 1000100 |
Color Harmonies of #60F9A4
Complementary color
Monochromatic Colors of #60F9A4
Black with #60F9A4
Text Example
Text Example
White with #60F9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F9A4; }
p { color: rgb(96,249,164); }
H1.HeaderClassName
{
color: #60F9A4;
}
.AnyTagClassName
{
color: #60F9A4;
}
</style>
background-color css
<style>
a { background-color: #60F9A4; }
a { background-color: rgb(96,249,164); }
div.DivClassName
{
background-color: #60F9A4;
}
.BgClassName
{
background-color: #60F9A4;
}
</style>
border-color css
<style>
span { border-color: #60F9A4; }
span { border-color: rgb(96,249,164); }
td.TdClassName
{
border-color: #60F9A4;
}
.TagClassName
{
border-color: #60F9A4;
}
</style>