Shades of Aquamarine #60FCC0
Tints of Aquamarine #60FCC0
RGB
CMYK
RGB Variations
Color information
#60FCC0 (or 0x60FCC0) is known color: Aquamarine. HEX triplet: 60, FC and C0. RGB value is (96,252,192). Sum of RGB (Red+Green+Blue) = 96+252+192=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #60FCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FCC0 is #9F033F. Grayscale: #C6C6C6. Windows color (decimal): -10421056 or 12647520. OLE color: 12647520.
HSL color Cylindrical-coordinate representation of color #60FCC0: hue angle of 156.92º 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 #60FCC0 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 252 | 192 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.01 |
| HSL | 156.92º | 0.96% | 0.68% | - |
| HSV(B) | 156.92º | 0.62% | 0.99% | - |
| XYZ | 49.15 | 75.91 | 61.93 | - |
| YUV | 198.52 | 124.32 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 252 | 192 | 0.62 | 0 | 0.24 | 0.01 | 156.92 | 0.96 | 0.68 |
| Hex | 60 | FC | C0 | 3E | 0 | 18 | 1 | 9D | 60 | 44 |
| Octal | 140 | 374 | 300 | 76 | 0 | 30 | 1 | 235 | 140 | 104 |
| Binary | 1100000 | 11111100 | 11000000 | 111110 | 0 | 11000 | 1 | 10011101 | 1100000 | 1000100 |
Color Harmonies of #60FCC0
Complementary color
Monochromatic Colors of #60FCC0
Black with #60FCC0
Text Example
Text Example
White with #60FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FCC0; }
p { color: rgb(96,252,192); }
H1.HeaderClassName
{
color: #60FCC0;
}
.AnyTagClassName
{
color: #60FCC0;
}
</style>
background-color css
<style>
a { background-color: #60FCC0; }
a { background-color: rgb(96,252,192); }
div.DivClassName
{
background-color: #60FCC0;
}
.BgClassName
{
background-color: #60FCC0;
}
</style>
border-color css
<style>
span { border-color: #60FCC0; }
span { border-color: rgb(96,252,192); }
td.TdClassName
{
border-color: #60FCC0;
}
.TagClassName
{
border-color: #60FCC0;
}
</style>