Shades of Aquamarine #60FFAF
Tints of Aquamarine #60FFAF
RGB
CMYK
RGB Variations
Color information
#60FFAF (or 0x60FFAF) is known color: Aquamarine. HEX triplet: 60, FF and AF. RGB value is (96,255,175). Sum of RGB (Red+Green+Blue) = 96+255+175=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60FFAF is #9F0050. Grayscale: #C6C6C6. Windows color (decimal): -10420305 or 11534176. OLE color: 11534176.
HSL color Cylindrical-coordinate representation of color #60FFAF: hue angle of 149.81º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFAF is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 175 | - |
| CMYK | 0.62 | 0 | 0.31 | 0 |
| HSL | 149.81º | 1% | 0.69% | - |
| HSV(B) | 149.81º | 0.62% | 1% | - |
| XYZ | 48.32 | 77.1 | 52.89 | - |
| YUV | 198.34 | 114.82 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 175 | 0.62 | 0 | 0.31 | 0 | 149.81 | 1 | 0.69 |
| Hex | 60 | FF | AF | 3E | 0 | 1F | 0 | 96 | 64 | 45 |
| Octal | 140 | 377 | 257 | 76 | 0 | 37 | 0 | 226 | 144 | 105 |
| Binary | 1100000 | 11111111 | 10101111 | 111110 | 0 | 11111 | 0 | 10010110 | 1100100 | 1000101 |
Color Harmonies of #60FFAF
Complementary color
Monochromatic Colors of #60FFAF
Black with #60FFAF
Text Example
Text Example
White with #60FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFAF; }
p { color: rgb(96,255,175); }
H1.HeaderClassName
{
color: #60FFAF;
}
.AnyTagClassName
{
color: #60FFAF;
}
</style>
background-color css
<style>
a { background-color: #60FFAF; }
a { background-color: rgb(96,255,175); }
div.DivClassName
{
background-color: #60FFAF;
}
.BgClassName
{
background-color: #60FFAF;
}
</style>
border-color css
<style>
span { border-color: #60FFAF; }
span { border-color: rgb(96,255,175); }
td.TdClassName
{
border-color: #60FFAF;
}
.TagClassName
{
border-color: #60FFAF;
}
</style>