Shades of Aquamarine #60FBBE
Tints of Aquamarine #60FBBE
RGB
CMYK
RGB Variations
Color information
#60FBBE (or 0x60FBBE) is known color: Aquamarine. HEX triplet: 60, FB and BE. RGB value is (96,251,190). Sum of RGB (Red+Green+Blue) = 96+251+190=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FBBE is #9F0441. Grayscale: #C5C5C5. Windows color (decimal): -10421314 or 12516192. OLE color: 12516192.
HSL color Cylindrical-coordinate representation of color #60FBBE: hue angle of 156.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 #60FBBE is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 251 | 190 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.02 |
| HSL | 156.39º | 0.95% | 0.68% | - |
| HSV(B) | 156.39º | 0.62% | 0.98% | - |
| XYZ | 48.62 | 75.2 | 60.67 | - |
| YUV | 197.7 | 123.65 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 251 | 190 | 0.62 | 0 | 0.24 | 0.02 | 156.39 | 0.95 | 0.68 |
| Hex | 60 | FB | BE | 3E | 0 | 18 | 2 | 9C | 5F | 44 |
| Octal | 140 | 373 | 276 | 76 | 0 | 30 | 2 | 234 | 137 | 104 |
| Binary | 1100000 | 11111011 | 10111110 | 111110 | 0 | 11000 | 10 | 10011100 | 1011111 | 1000100 |
Color Harmonies of #60FBBE
Complementary color
Monochromatic Colors of #60FBBE
Black with #60FBBE
Text Example
Text Example
White with #60FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FBBE; }
p { color: rgb(96,251,190); }
H1.HeaderClassName
{
color: #60FBBE;
}
.AnyTagClassName
{
color: #60FBBE;
}
</style>
background-color css
<style>
a { background-color: #60FBBE; }
a { background-color: rgb(96,251,190); }
div.DivClassName
{
background-color: #60FBBE;
}
.BgClassName
{
background-color: #60FBBE;
}
</style>
border-color css
<style>
span { border-color: #60FBBE; }
span { border-color: rgb(96,251,190); }
td.TdClassName
{
border-color: #60FBBE;
}
.TagClassName
{
border-color: #60FBBE;
}
</style>