Shades of Medium Aquamarine #60CCB3
Tints of Medium Aquamarine #60CCB3
RGB
CMYK
RGB Variations
Color information
#60CCB3 (or 0x60CCB3) is known color: Medium Aquamarine. HEX triplet: 60, CC and B3. RGB value is (96,204,179). Sum of RGB (Red+Green+Blue) = 96+204+179=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCB3 is #9F334C. Grayscale: #A8A8A8. Windows color (decimal): -10433357 or 11783264. OLE color: 11783264.
HSL color Cylindrical-coordinate representation of color #60CCB3: hue angle of 166.11º 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 #60CCB3 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 204 | 179 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.2 |
| HSL | 166.11º | 0.51% | 0.59% | - |
| HSV(B) | 166.11º | 0.53% | 0.8% | - |
| XYZ | 34.55 | 48.93 | 50.27 | - |
| YUV | 168.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 204 | 179 | 0.53 | 0 | 0.12 | 0.2 | 166.11 | 0.51 | 0.59 |
| Hex | 60 | CC | B3 | 35 | 0 | C | 14 | A6 | 33 | 3B |
| Octal | 140 | 314 | 263 | 65 | 0 | 14 | 24 | 246 | 63 | 73 |
| Binary | 1100000 | 11001100 | 10110011 | 110101 | 0 | 1100 | 10100 | 10100110 | 110011 | 111011 |
Color Harmonies of #60CCB3
Complementary color
Monochromatic Colors of #60CCB3
Black with #60CCB3
Text Example
Text Example
White with #60CCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CCB3; }
p { color: rgb(96,204,179); }
H1.HeaderClassName
{
color: #60CCB3;
}
.AnyTagClassName
{
color: #60CCB3;
}
</style>
background-color css
<style>
a { background-color: #60CCB3; }
a { background-color: rgb(96,204,179); }
div.DivClassName
{
background-color: #60CCB3;
}
.BgClassName
{
background-color: #60CCB3;
}
</style>
border-color css
<style>
span { border-color: #60CCB3; }
span { border-color: rgb(96,204,179); }
td.TdClassName
{
border-color: #60CCB3;
}
.TagClassName
{
border-color: #60CCB3;
}
</style>