Shades of Aquamarine #60FBC0
Tints of Aquamarine #60FBC0
RGB
CMYK
RGB Variations
Color information
#60FBC0 (or 0x60FBC0) is known color: Aquamarine. HEX triplet: 60, FB and C0. RGB value is (96,251,192). Sum of RGB (Red+Green+Blue) = 96+251+192=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FBC0 is #9F043F. Grayscale: #C6C6C6. Windows color (decimal): -10421312 or 12647264. OLE color: 12647264.
HSL color Cylindrical-coordinate representation of color #60FBC0: hue angle of 157.16º 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 #60FBC0 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 192 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.02 |
| HSL | 157.16º | 0.95% | 0.68% | - |
| HSV(B) | 157.16º | 0.62% | 0.98% | - |
| XYZ | 48.84 | 75.29 | 61.83 | - |
| YUV | 197.93 | 124.65 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 192 | 0.62 | 0 | 0.24 | 0.02 | 157.16 | 0.95 | 0.68 |
| Hex | 60 | FB | C0 | 3E | 0 | 18 | 2 | 9D | 5F | 44 |
| Octal | 140 | 373 | 300 | 76 | 0 | 30 | 2 | 235 | 137 | 104 |
| Binary | 1100000 | 11111011 | 11000000 | 111110 | 0 | 11000 | 10 | 10011101 | 1011111 | 1000100 |
Color Harmonies of #60FBC0
Complementary color
Monochromatic Colors of #60FBC0
Black with #60FBC0
Text Example
Text Example
White with #60FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBC0; }
p { color: rgb(96,251,192); }
H1.HeaderClassName
{
color: #60FBC0;
}
.AnyTagClassName
{
color: #60FBC0;
}
</style>
background-color css
<style>
a { background-color: #60FBC0; }
a { background-color: rgb(96,251,192); }
div.DivClassName
{
background-color: #60FBC0;
}
.BgClassName
{
background-color: #60FBC0;
}
</style>
border-color css
<style>
span { border-color: #60FBC0; }
span { border-color: rgb(96,251,192); }
td.TdClassName
{
border-color: #60FBC0;
}
.TagClassName
{
border-color: #60FBC0;
}
</style>