Shades of Aquamarine #60F9CE
Tints of Aquamarine #60F9CE
RGB
CMYK
RGB Variations
Color information
#60F9CE (or 0x60F9CE) is known color: Aquamarine. HEX triplet: 60, F9 and CE. RGB value is (96,249,206). Sum of RGB (Red+Green+Blue) = 96+249+206=551 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.42% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #60F9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60F9CE is #9F0631. Grayscale: #C6C6C6. Windows color (decimal): -10421810 or 13564256. OLE color: 13564256.
HSL color Cylindrical-coordinate representation of color #60F9CE: hue angle of 163.14º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F9CE is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 249 | 206 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.02 |
| HSL | 163.14º | 0.93% | 0.68% | - |
| HSV(B) | 163.14º | 0.61% | 0.98% | - |
| XYZ | 49.84 | 74.69 | 70.18 | - |
| YUV | 198.35 | 132.31 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 249 | 206 | 0.61 | 0 | 0.17 | 0.02 | 163.14 | 0.93 | 0.68 |
| Hex | 60 | F9 | CE | 3D | 0 | 11 | 2 | A3 | 5D | 44 |
| Octal | 140 | 371 | 316 | 75 | 0 | 21 | 2 | 243 | 135 | 104 |
| Binary | 1100000 | 11111001 | 11001110 | 111101 | 0 | 10001 | 10 | 10100011 | 1011101 | 1000100 |
Color Harmonies of #60F9CE
Complementary color
Monochromatic Colors of #60F9CE
Black with #60F9CE
Text Example
Text Example
White with #60F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F9CE; }
p { color: rgb(96,249,206); }
H1.HeaderClassName
{
color: #60F9CE;
}
.AnyTagClassName
{
color: #60F9CE;
}
</style>
background-color css
<style>
a { background-color: #60F9CE; }
a { background-color: rgb(96,249,206); }
div.DivClassName
{
background-color: #60F9CE;
}
.BgClassName
{
background-color: #60F9CE;
}
</style>
border-color css
<style>
span { border-color: #60F9CE; }
span { border-color: rgb(96,249,206); }
td.TdClassName
{
border-color: #60F9CE;
}
.TagClassName
{
border-color: #60F9CE;
}
</style>