Shades of Medium Aquamarine #60CB9C
Tints of Medium Aquamarine #60CB9C
RGB
CMYK
RGB Variations
Color information
#60CB9C (or 0x60CB9C) is known color: Medium Aquamarine. HEX triplet: 60, CB and 9C. RGB value is (96,203,156). Sum of RGB (Red+Green+Blue) = 96+203+156=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CB9C is #9F3463. Grayscale: #A5A5A5. Windows color (decimal): -10433636 or 10275680. OLE color: 10275680.
HSL color Cylindrical-coordinate representation of color #60CB9C: hue angle of 153.64º 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 #60CB9C is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 156 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.20 |
| HSL | 153.64º | 0.51% | 0.59% | - |
| HSV(B) | 153.64º | 0.53% | 0.8% | - |
| XYZ | 32.18 | 47.6 | 38.94 | - |
| YUV | 165.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 156 | 0.53 | 0 | 0.23 | 0.20 | 153.64 | 0.51 | 0.59 |
| Hex | 60 | CB | 9C | 35 | 0 | 17 | 14 | 9A | 33 | 3B |
| Octal | 140 | 313 | 234 | 65 | 0 | 27 | 24 | 232 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10011100 | 110101 | 0 | 10111 | 10100 | 10011010 | 110011 | 111011 |
Color Harmonies of #60CB9C
Complementary color
Monochromatic Colors of #60CB9C
Black with #60CB9C
Text Example
Text Example
White with #60CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB9C; }
p { color: rgb(96,203,156); }
H1.HeaderClassName
{
color: #60CB9C;
}
.AnyTagClassName
{
color: #60CB9C;
}
</style>
background-color css
<style>
a { background-color: #60CB9C; }
a { background-color: rgb(96,203,156); }
div.DivClassName
{
background-color: #60CB9C;
}
.BgClassName
{
background-color: #60CB9C;
}
</style>
border-color css
<style>
span { border-color: #60CB9C; }
span { border-color: rgb(96,203,156); }
td.TdClassName
{
border-color: #60CB9C;
}
.TagClassName
{
border-color: #60CB9C;
}
</style>