Shades of Aquamarine #60F7BA
Tints of Aquamarine #60F7BA
RGB
CMYK
RGB Variations
Color information
#60F7BA (or 0x60F7BA) is known color: Aquamarine. HEX triplet: 60, F7 and BA. RGB value is (96,247,186). Sum of RGB (Red+Green+Blue) = 96+247+186=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #60F7BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F7BA is #9F0845. Grayscale: #C2C2C2. Windows color (decimal): -10422342 or 12253024. OLE color: 12253024.
HSL color Cylindrical-coordinate representation of color #60F7BA: hue angle of 155.76º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F7BA is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 247 | 186 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.03 |
| HSL | 155.76º | 0.9% | 0.67% | - |
| HSV(B) | 155.76º | 0.61% | 0.97% | - |
| XYZ | 46.95 | 72.55 | 57.98 | - |
| YUV | 194.9 | 122.97 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 247 | 186 | 0.61 | 0 | 0.25 | 0.03 | 155.76 | 0.9 | 0.67 |
| Hex | 60 | F7 | BA | 3D | 0 | 19 | 3 | 9C | 5A | 43 |
| Octal | 140 | 367 | 272 | 75 | 0 | 31 | 3 | 234 | 132 | 103 |
| Binary | 1100000 | 11110111 | 10111010 | 111101 | 0 | 11001 | 11 | 10011100 | 1011010 | 1000011 |
Color Harmonies of #60F7BA
Complementary color
Monochromatic Colors of #60F7BA
Black with #60F7BA
Text Example
Text Example
White with #60F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F7BA; }
p { color: rgb(96,247,186); }
H1.HeaderClassName
{
color: #60F7BA;
}
.AnyTagClassName
{
color: #60F7BA;
}
</style>
background-color css
<style>
a { background-color: #60F7BA; }
a { background-color: rgb(96,247,186); }
div.DivClassName
{
background-color: #60F7BA;
}
.BgClassName
{
background-color: #60F7BA;
}
</style>
border-color css
<style>
span { border-color: #60F7BA; }
span { border-color: rgb(96,247,186); }
td.TdClassName
{
border-color: #60F7BA;
}
.TagClassName
{
border-color: #60F7BA;
}
</style>