Shades of Medium Aquamarine #60CEB2
Tints of Medium Aquamarine #60CEB2
RGB
CMYK
RGB Variations
Color information
#60CEB2 (or 0x60CEB2) is known color: Medium Aquamarine. HEX triplet: 60, CE and B2. RGB value is (96,206,178). Sum of RGB (Red+Green+Blue) = 96+206+178=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CEB2 is #9F314D. Grayscale: #A9A9A9. Windows color (decimal): -10432846 or 11718240. OLE color: 11718240.
HSL color Cylindrical-coordinate representation of color #60CEB2: hue angle of 164.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEB2 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 178 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.19 |
| HSL | 164.73º | 0.53% | 0.59% | - |
| HSV(B) | 164.73º | 0.53% | 0.81% | - |
| XYZ | 34.93 | 49.84 | 49.9 | - |
| YUV | 169.92 | 132.56 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 178 | 0.53 | 0 | 0.14 | 0.19 | 164.73 | 0.53 | 0.59 |
| Hex | 60 | CE | B2 | 35 | 0 | E | 13 | A5 | 35 | 3B |
| Octal | 140 | 316 | 262 | 65 | 0 | 16 | 23 | 245 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10110010 | 110101 | 0 | 1110 | 10011 | 10100101 | 110101 | 111011 |
Color Harmonies of #60CEB2
Complementary color
Monochromatic Colors of #60CEB2
Black with #60CEB2
Text Example
Text Example
White with #60CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEB2; }
p { color: rgb(96,206,178); }
H1.HeaderClassName
{
color: #60CEB2;
}
.AnyTagClassName
{
color: #60CEB2;
}
</style>
background-color css
<style>
a { background-color: #60CEB2; }
a { background-color: rgb(96,206,178); }
div.DivClassName
{
background-color: #60CEB2;
}
.BgClassName
{
background-color: #60CEB2;
}
</style>
border-color css
<style>
span { border-color: #60CEB2; }
span { border-color: rgb(96,206,178); }
td.TdClassName
{
border-color: #60CEB2;
}
.TagClassName
{
border-color: #60CEB2;
}
</style>