Shades of Medium Aquamarine #60FB9F
Tints of Medium Aquamarine #60FB9F
RGB
CMYK
RGB Variations
Color information
#60FB9F (or 0x60FB9F) is known color: Medium Aquamarine. HEX triplet: 60, FB and 9F. RGB value is (96,251,159). Sum of RGB (Red+Green+Blue) = 96+251+159=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #60FB9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FB9F is #9F0460. Grayscale: #C2C2C2. Windows color (decimal): -10421345 or 10484576. OLE color: 10484576.
HSL color Cylindrical-coordinate representation of color #60FB9F: hue angle of 144.39º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FB9F is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 159 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.02 |
| HSL | 144.39º | 0.95% | 0.68% | - |
| HSV(B) | 144.39º | 0.62% | 0.98% | - |
| XYZ | 45.58 | 73.98 | 44.68 | - |
| YUV | 194.17 | 108.15 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 159 | 0.62 | 0 | 0.37 | 0.02 | 144.39 | 0.95 | 0.68 |
| Hex | 60 | FB | 9F | 3E | 0 | 25 | 2 | 90 | 5F | 44 |
| Octal | 140 | 373 | 237 | 76 | 0 | 45 | 2 | 220 | 137 | 104 |
| Binary | 1100000 | 11111011 | 10011111 | 111110 | 0 | 100101 | 10 | 10010000 | 1011111 | 1000100 |
Color Harmonies of #60FB9F
Complementary color
Monochromatic Colors of #60FB9F
Black with #60FB9F
Text Example
Text Example
White with #60FB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FB9F; }
p { color: rgb(96,251,159); }
H1.HeaderClassName
{
color: #60FB9F;
}
.AnyTagClassName
{
color: #60FB9F;
}
</style>
background-color css
<style>
a { background-color: #60FB9F; }
a { background-color: rgb(96,251,159); }
div.DivClassName
{
background-color: #60FB9F;
}
.BgClassName
{
background-color: #60FB9F;
}
</style>
border-color css
<style>
span { border-color: #60FB9F; }
span { border-color: rgb(96,251,159); }
td.TdClassName
{
border-color: #60FB9F;
}
.TagClassName
{
border-color: #60FB9F;
}
</style>