Shades of Medium Aquamarine #60CCB5
Tints of Medium Aquamarine #60CCB5
RGB
CMYK
RGB Variations
Color information
#60CCB5 (or 0x60CCB5) is known color: Medium Aquamarine. HEX triplet: 60, CC and B5. RGB value is (96,204,181). Sum of RGB (Red+Green+Blue) = 96+204+181=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCB5 is #9F334A. Grayscale: #A9A9A9. Windows color (decimal): -10433355 or 11914336. OLE color: 11914336.
HSL color Cylindrical-coordinate representation of color #60CCB5: hue angle of 167.22º 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 #60CCB5 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 181 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.2 |
| HSL | 167.22º | 0.51% | 0.59% | - |
| HSV(B) | 167.22º | 0.53% | 0.8% | - |
| XYZ | 34.76 | 49.01 | 51.34 | - |
| YUV | 169.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 181 | 0.53 | 0 | 0.11 | 0.2 | 167.22 | 0.51 | 0.59 |
| Hex | 60 | CC | B5 | 35 | 0 | B | 14 | A7 | 33 | 3B |
| Octal | 140 | 314 | 265 | 65 | 0 | 13 | 24 | 247 | 63 | 73 |
| Binary | 1100000 | 11001100 | 10110101 | 110101 | 0 | 1011 | 10100 | 10100111 | 110011 | 111011 |
Color Harmonies of #60CCB5
Complementary color
Monochromatic Colors of #60CCB5
Black with #60CCB5
Text Example
Text Example
White with #60CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CCB5; }
p { color: rgb(96,204,181); }
H1.HeaderClassName
{
color: #60CCB5;
}
.AnyTagClassName
{
color: #60CCB5;
}
</style>
background-color css
<style>
a { background-color: #60CCB5; }
a { background-color: rgb(96,204,181); }
div.DivClassName
{
background-color: #60CCB5;
}
.BgClassName
{
background-color: #60CCB5;
}
</style>
border-color css
<style>
span { border-color: #60CCB5; }
span { border-color: rgb(96,204,181); }
td.TdClassName
{
border-color: #60CCB5;
}
.TagClassName
{
border-color: #60CCB5;
}
</style>