Shades of Aquamarine #60FAD4
Tints of Aquamarine #60FAD4
RGB
CMYK
RGB Variations
Color information
#60FAD4 (or 0x60FAD4) is known color: Aquamarine. HEX triplet: 60, FA and D4. RGB value is (96,250,212). Sum of RGB (Red+Green+Blue) = 96+250+212=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAD4 is #9F052B. Grayscale: #C7C7C7. Windows color (decimal): -10421548 or 13957728. OLE color: 13957728.
HSL color Cylindrical-coordinate representation of color #60FAD4: hue angle of 165.19º degrees, saturation: 0.94, 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 #60FAD4 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 212 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.02 |
| HSL | 165.19º | 0.94% | 0.68% | - |
| HSV(B) | 165.19º | 0.62% | 0.98% | - |
| XYZ | 50.89 | 75.61 | 74.2 | - |
| YUV | 199.62 | 134.98 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 212 | 0.62 | 0 | 0.15 | 0.02 | 165.19 | 0.94 | 0.68 |
| Hex | 60 | FA | D4 | 3E | 0 | F | 2 | A5 | 5E | 44 |
| Octal | 140 | 372 | 324 | 76 | 0 | 17 | 2 | 245 | 136 | 104 |
| Binary | 1100000 | 11111010 | 11010100 | 111110 | 0 | 1111 | 10 | 10100101 | 1011110 | 1000100 |
Color Harmonies of #60FAD4
Complementary color
Monochromatic Colors of #60FAD4
Black with #60FAD4
Text Example
Text Example
White with #60FAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FAD4; }
p { color: rgb(96,250,212); }
H1.HeaderClassName
{
color: #60FAD4;
}
.AnyTagClassName
{
color: #60FAD4;
}
</style>
background-color css
<style>
a { background-color: #60FAD4; }
a { background-color: rgb(96,250,212); }
div.DivClassName
{
background-color: #60FAD4;
}
.BgClassName
{
background-color: #60FAD4;
}
</style>
border-color css
<style>
span { border-color: #60FAD4; }
span { border-color: rgb(96,250,212); }
td.TdClassName
{
border-color: #60FAD4;
}
.TagClassName
{
border-color: #60FAD4;
}
</style>