Shades of Aquamarine #60EFCF
Tints of Aquamarine #60EFCF
RGB
CMYK
RGB Variations
Color information
#60EFCF (or 0x60EFCF) is known color: Aquamarine. HEX triplet: 60, EF and CF. RGB value is (96,239,207). Sum of RGB (Red+Green+Blue) = 96+239+207=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFCF is #9F1030. Grayscale: #C0C0C0. Windows color (decimal): -10424369 or 13627232. OLE color: 13627232.
HSL color Cylindrical-coordinate representation of color #60EFCF: hue angle of 166.57º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFCF is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 207 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.06 |
| HSL | 166.57º | 0.82% | 0.66% | - |
| HSV(B) | 166.57º | 0.6% | 0.94% | - |
| XYZ | 46.95 | 68.72 | 69.82 | - |
| YUV | 192.6 | 136.12 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 207 | 0.60 | 0 | 0.13 | 0.06 | 166.57 | 0.82 | 0.66 |
| Hex | 60 | EF | CF | 3C | 0 | D | 6 | A7 | 52 | 42 |
| Octal | 140 | 357 | 317 | 74 | 0 | 15 | 6 | 247 | 122 | 102 |
| Binary | 1100000 | 11101111 | 11001111 | 111100 | 0 | 1101 | 110 | 10100111 | 1010010 | 1000010 |
Color Harmonies of #60EFCF
Complementary color
Monochromatic Colors of #60EFCF
Black with #60EFCF
Text Example
Text Example
White with #60EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFCF; }
p { color: rgb(96,239,207); }
H1.HeaderClassName
{
color: #60EFCF;
}
.AnyTagClassName
{
color: #60EFCF;
}
</style>
background-color css
<style>
a { background-color: #60EFCF; }
a { background-color: rgb(96,239,207); }
div.DivClassName
{
background-color: #60EFCF;
}
.BgClassName
{
background-color: #60EFCF;
}
</style>
border-color css
<style>
span { border-color: #60EFCF; }
span { border-color: rgb(96,239,207); }
td.TdClassName
{
border-color: #60EFCF;
}
.TagClassName
{
border-color: #60EFCF;
}
</style>