Shades of Aquamarine #60FAE0
Tints of Aquamarine #60FAE0
RGB
CMYK
RGB Variations
Color information
#60FAE0 (or 0x60FAE0) is known color: Aquamarine. HEX triplet: 60, FA and E0. RGB value is (96,250,224). Sum of RGB (Red+Green+Blue) = 96+250+224=570 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.84% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FAE0 is #9F051F. Grayscale: #C8C8C8. Windows color (decimal): -10421536 or 14744160. OLE color: 14744160.
HSL color Cylindrical-coordinate representation of color #60FAE0: hue angle of 169.87º 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 #60FAE0 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 250 | 224 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.02 |
| HSL | 169.87º | 0.94% | 0.68% | - |
| HSV(B) | 169.87º | 0.62% | 0.98% | - |
| XYZ | 52.46 | 76.24 | 82.47 | - |
| YUV | 200.99 | 140.98 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 250 | 224 | 0.62 | 0 | 0.10 | 0.02 | 169.87 | 0.94 | 0.68 |
| Hex | 60 | FA | E0 | 3E | 0 | A | 2 | AA | 5E | 44 |
| Octal | 140 | 372 | 340 | 76 | 0 | 12 | 2 | 252 | 136 | 104 |
| Binary | 1100000 | 11111010 | 11100000 | 111110 | 0 | 1010 | 10 | 10101010 | 1011110 | 1000100 |
Color Harmonies of #60FAE0
Complementary color
Monochromatic Colors of #60FAE0
Black with #60FAE0
Text Example
Text Example
White with #60FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FAE0; }
p { color: rgb(96,250,224); }
H1.HeaderClassName
{
color: #60FAE0;
}
.AnyTagClassName
{
color: #60FAE0;
}
</style>
background-color css
<style>
a { background-color: #60FAE0; }
a { background-color: rgb(96,250,224); }
div.DivClassName
{
background-color: #60FAE0;
}
.BgClassName
{
background-color: #60FAE0;
}
</style>
border-color css
<style>
span { border-color: #60FAE0; }
span { border-color: rgb(96,250,224); }
td.TdClassName
{
border-color: #60FAE0;
}
.TagClassName
{
border-color: #60FAE0;
}
</style>