Shades of Medium Aquamarine #60CEB4
Tints of Medium Aquamarine #60CEB4
RGB
CMYK
RGB Variations
Color information
#60CEB4 (or 0x60CEB4) is known color: Medium Aquamarine. HEX triplet: 60, CE and B4. RGB value is (96,206,180). Sum of RGB (Red+Green+Blue) = 96+206+180=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEB4 is #9F314B. Grayscale: #AAAAAA. Windows color (decimal): -10432844 or 11849312. OLE color: 11849312.
HSL color Cylindrical-coordinate representation of color #60CEB4: hue angle of 165.82º 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 #60CEB4 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 180 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.19 |
| HSL | 165.82º | 0.53% | 0.59% | - |
| HSV(B) | 165.82º | 0.53% | 0.81% | - |
| XYZ | 35.13 | 49.92 | 50.96 | - |
| YUV | 170.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 180 | 0.53 | 0 | 0.13 | 0.19 | 165.82 | 0.53 | 0.59 |
| Hex | 60 | CE | B4 | 35 | 0 | D | 13 | A6 | 35 | 3B |
| Octal | 140 | 316 | 264 | 65 | 0 | 15 | 23 | 246 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10110100 | 110101 | 0 | 1101 | 10011 | 10100110 | 110101 | 111011 |
Color Harmonies of #60CEB4
Complementary color
Monochromatic Colors of #60CEB4
Black with #60CEB4
Text Example
Text Example
White with #60CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEB4; }
p { color: rgb(96,206,180); }
H1.HeaderClassName
{
color: #60CEB4;
}
.AnyTagClassName
{
color: #60CEB4;
}
</style>
background-color css
<style>
a { background-color: #60CEB4; }
a { background-color: rgb(96,206,180); }
div.DivClassName
{
background-color: #60CEB4;
}
.BgClassName
{
background-color: #60CEB4;
}
</style>
border-color css
<style>
span { border-color: #60CEB4; }
span { border-color: rgb(96,206,180); }
td.TdClassName
{
border-color: #60CEB4;
}
.TagClassName
{
border-color: #60CEB4;
}
</style>