Shades of Medium Aquamarine #60CBAA
Tints of Medium Aquamarine #60CBAA
RGB
CMYK
RGB Variations
Color information
#60CBAA (or 0x60CBAA) is known color: Medium Aquamarine. HEX triplet: 60, CB and AA. RGB value is (96,203,170). Sum of RGB (Red+Green+Blue) = 96+203+170=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CBAA is #9F3455. Grayscale: #A7A7A7. Windows color (decimal): -10433622 or 11193184. OLE color: 11193184.
HSL color Cylindrical-coordinate representation of color #60CBAA: hue angle of 161.5º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CBAA is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 170 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.20 |
| HSL | 161.5º | 0.51% | 0.59% | - |
| HSV(B) | 161.5º | 0.53% | 0.8% | - |
| XYZ | 33.44 | 48.1 | 45.55 | - |
| YUV | 167.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 170 | 0.53 | 0 | 0.16 | 0.20 | 161.5 | 0.51 | 0.59 |
| Hex | 60 | CB | AA | 35 | 0 | 10 | 14 | A1 | 33 | 3B |
| Octal | 140 | 313 | 252 | 65 | 0 | 20 | 24 | 241 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10101010 | 110101 | 0 | 10000 | 10100 | 10100001 | 110011 | 111011 |
Color Harmonies of #60CBAA
Complementary color
Monochromatic Colors of #60CBAA
Black with #60CBAA
Text Example
Text Example
White with #60CBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBAA; }
p { color: rgb(96,203,170); }
H1.HeaderClassName
{
color: #60CBAA;
}
.AnyTagClassName
{
color: #60CBAA;
}
</style>
background-color css
<style>
a { background-color: #60CBAA; }
a { background-color: rgb(96,203,170); }
div.DivClassName
{
background-color: #60CBAA;
}
.BgClassName
{
background-color: #60CBAA;
}
</style>
border-color css
<style>
span { border-color: #60CBAA; }
span { border-color: rgb(96,203,170); }
td.TdClassName
{
border-color: #60CBAA;
}
.TagClassName
{
border-color: #60CBAA;
}
</style>