Shades of Medium Aquamarine #60FCAC
Tints of Medium Aquamarine #60FCAC
RGB
CMYK
RGB Variations
Color information
#60FCAC (or 0x60FCAC) is known color: Medium Aquamarine. HEX triplet: 60, FC and AC. RGB value is (96,252,172). Sum of RGB (Red+Green+Blue) = 96+252+172=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FCAC is #9F0353. Grayscale: #C4C4C4. Windows color (decimal): -10421076 or 11336800. OLE color: 11336800.
HSL color Cylindrical-coordinate representation of color #60FCAC: hue angle of 149.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FCAC is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 252 | 172 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.01 |
| HSL | 149.23º | 0.96% | 0.68% | - |
| HSV(B) | 149.23º | 0.62% | 0.99% | - |
| XYZ | 47.08 | 75.09 | 51.04 | - |
| YUV | 196.24 | 114.32 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 252 | 172 | 0.62 | 0 | 0.32 | 0.01 | 149.23 | 0.96 | 0.68 |
| Hex | 60 | FC | AC | 3E | 0 | 20 | 1 | 95 | 60 | 44 |
| Octal | 140 | 374 | 254 | 76 | 0 | 40 | 1 | 225 | 140 | 104 |
| Binary | 1100000 | 11111100 | 10101100 | 111110 | 0 | 100000 | 1 | 10010101 | 1100000 | 1000100 |
Color Harmonies of #60FCAC
Complementary color
Monochromatic Colors of #60FCAC
Black with #60FCAC
Text Example
Text Example
White with #60FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FCAC; }
p { color: rgb(96,252,172); }
H1.HeaderClassName
{
color: #60FCAC;
}
.AnyTagClassName
{
color: #60FCAC;
}
</style>
background-color css
<style>
a { background-color: #60FCAC; }
a { background-color: rgb(96,252,172); }
div.DivClassName
{
background-color: #60FCAC;
}
.BgClassName
{
background-color: #60FCAC;
}
</style>
border-color css
<style>
span { border-color: #60FCAC; }
span { border-color: rgb(96,252,172); }
td.TdClassName
{
border-color: #60FCAC;
}
.TagClassName
{
border-color: #60FCAC;
}
</style>