Shades of Aquamarine #60EFD0
Tints of Aquamarine #60EFD0
RGB
CMYK
RGB Variations
Color information
#60EFD0 (or 0x60EFD0) is known color: Aquamarine. HEX triplet: 60, EF and D0. RGB value is (96,239,208). Sum of RGB (Red+Green+Blue) = 96+239+208=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFD0 is #9F102F. Grayscale: #C0C0C0. Windows color (decimal): -10424368 or 13692768. OLE color: 13692768.
HSL color Cylindrical-coordinate representation of color #60EFD0: hue angle of 166.99º 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 #60EFD0 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 239 | 208 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.06 |
| HSL | 166.99º | 0.82% | 0.66% | - |
| HSV(B) | 166.99º | 0.6% | 0.94% | - |
| XYZ | 47.08 | 68.77 | 70.47 | - |
| YUV | 192.71 | 136.62 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 208 | 0.60 | 0 | 0.13 | 0.06 | 166.99 | 0.82 | 0.66 |
| Hex | 60 | EF | D0 | 3C | 0 | D | 6 | A7 | 52 | 42 |
| Octal | 140 | 357 | 320 | 74 | 0 | 15 | 6 | 247 | 122 | 102 |
| Binary | 1100000 | 11101111 | 11010000 | 111100 | 0 | 1101 | 110 | 10100111 | 1010010 | 1000010 |
Color Harmonies of #60EFD0
Complementary color
Monochromatic Colors of #60EFD0
Black with #60EFD0
Text Example
Text Example
White with #60EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFD0; }
p { color: rgb(96,239,208); }
H1.HeaderClassName
{
color: #60EFD0;
}
.AnyTagClassName
{
color: #60EFD0;
}
</style>
background-color css
<style>
a { background-color: #60EFD0; }
a { background-color: rgb(96,239,208); }
div.DivClassName
{
background-color: #60EFD0;
}
.BgClassName
{
background-color: #60EFD0;
}
</style>
border-color css
<style>
span { border-color: #60EFD0; }
span { border-color: rgb(96,239,208); }
td.TdClassName
{
border-color: #60EFD0;
}
.TagClassName
{
border-color: #60EFD0;
}
</style>