Shades of Medium Aquamarine #60CB9B
Tints of Medium Aquamarine #60CB9B
RGB
CMYK
RGB Variations
Color information
#60CB9B (or 0x60CB9B) is known color: Medium Aquamarine. HEX triplet: 60, CB and 9B. RGB value is (96,203,155). Sum of RGB (Red+Green+Blue) = 96+203+155=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CB9B is #9F3464. Grayscale: #A5A5A5. Windows color (decimal): -10433637 or 10210144. OLE color: 10210144.
HSL color Cylindrical-coordinate representation of color #60CB9B: hue angle of 153.08º 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 #60CB9B is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 155 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.20 |
| HSL | 153.08º | 0.51% | 0.59% | - |
| HSV(B) | 153.08º | 0.53% | 0.8% | - |
| XYZ | 32.1 | 47.57 | 38.5 | - |
| YUV | 165.54 | 122.05 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 155 | 0.53 | 0 | 0.24 | 0.20 | 153.08 | 0.51 | 0.59 |
| Hex | 60 | CB | 9B | 35 | 0 | 18 | 14 | 99 | 33 | 3B |
| Octal | 140 | 313 | 233 | 65 | 0 | 30 | 24 | 231 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10011011 | 110101 | 0 | 11000 | 10100 | 10011001 | 110011 | 111011 |
Color Harmonies of #60CB9B
Complementary color
Monochromatic Colors of #60CB9B
Black with #60CB9B
Text Example
Text Example
White with #60CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CB9B; }
p { color: rgb(96,203,155); }
H1.HeaderClassName
{
color: #60CB9B;
}
.AnyTagClassName
{
color: #60CB9B;
}
</style>
background-color css
<style>
a { background-color: #60CB9B; }
a { background-color: rgb(96,203,155); }
div.DivClassName
{
background-color: #60CB9B;
}
.BgClassName
{
background-color: #60CB9B;
}
</style>
border-color css
<style>
span { border-color: #60CB9B; }
span { border-color: rgb(96,203,155); }
td.TdClassName
{
border-color: #60CB9B;
}
.TagClassName
{
border-color: #60CB9B;
}
</style>