Shades of Aquamarine #60FEB0
Tints of Aquamarine #60FEB0
RGB
CMYK
RGB Variations
Color information
#60FEB0 (or 0x60FEB0) is known color: Aquamarine. HEX triplet: 60, FE and B0. RGB value is (96,254,176). Sum of RGB (Red+Green+Blue) = 96+254+176=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FEB0 is #9F014F. Grayscale: #C6C6C6. Windows color (decimal): -10420560 or 11599456. OLE color: 11599456.
HSL color Cylindrical-coordinate representation of color #60FEB0: hue angle of 150.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FEB0 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 254 | 176 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.00 |
| HSL | 150.38º | 0.99% | 0.69% | - |
| HSV(B) | 150.38º | 0.62% | 1% | - |
| XYZ | 48.1 | 76.51 | 53.31 | - |
| YUV | 197.87 | 115.65 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 254 | 176 | 0.62 | 0 | 0.31 | 0.00 | 150.38 | 0.99 | 0.69 |
| Hex | 60 | FE | B0 | 3E | 0 | 1F | 0 | 96 | 63 | 45 |
| Octal | 140 | 376 | 260 | 76 | 0 | 37 | 0 | 226 | 143 | 105 |
| Binary | 1100000 | 11111110 | 10110000 | 111110 | 0 | 11111 | 0 | 10010110 | 1100011 | 1000101 |
Color Harmonies of #60FEB0
Complementary color
Monochromatic Colors of #60FEB0
Black with #60FEB0
Text Example
Text Example
White with #60FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FEB0; }
p { color: rgb(96,254,176); }
H1.HeaderClassName
{
color: #60FEB0;
}
.AnyTagClassName
{
color: #60FEB0;
}
</style>
background-color css
<style>
a { background-color: #60FEB0; }
a { background-color: rgb(96,254,176); }
div.DivClassName
{
background-color: #60FEB0;
}
.BgClassName
{
background-color: #60FEB0;
}
</style>
border-color css
<style>
span { border-color: #60FEB0; }
span { border-color: rgb(96,254,176); }
td.TdClassName
{
border-color: #60FEB0;
}
.TagClassName
{
border-color: #60FEB0;
}
</style>