Shades of Medium Aquamarine #60CEB6
Tints of Medium Aquamarine #60CEB6
RGB
CMYK
RGB Variations
Color information
#60CEB6 (or 0x60CEB6) is known color: Medium Aquamarine. HEX triplet: 60, CE and B6. RGB value is (96,206,182). Sum of RGB (Red+Green+Blue) = 96+206+182=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEB6 is #9F3149. Grayscale: #AAAAAA. Windows color (decimal): -10432842 or 11980384. OLE color: 11980384.
HSL color Cylindrical-coordinate representation of color #60CEB6: hue angle of 166.91º 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 #60CEB6 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 206 | 182 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.19 |
| HSL | 166.91º | 0.53% | 0.59% | - |
| HSV(B) | 166.91º | 0.53% | 0.81% | - |
| XYZ | 35.34 | 50.01 | 52.05 | - |
| YUV | 170.37 | 134.56 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 206 | 182 | 0.53 | 0 | 0.12 | 0.19 | 166.91 | 0.53 | 0.59 |
| Hex | 60 | CE | B6 | 35 | 0 | C | 13 | A7 | 35 | 3B |
| Octal | 140 | 316 | 266 | 65 | 0 | 14 | 23 | 247 | 65 | 73 |
| Binary | 1100000 | 11001110 | 10110110 | 110101 | 0 | 1100 | 10011 | 10100111 | 110101 | 111011 |
Color Harmonies of #60CEB6
Complementary color
Monochromatic Colors of #60CEB6
Black with #60CEB6
Text Example
Text Example
White with #60CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CEB6; }
p { color: rgb(96,206,182); }
H1.HeaderClassName
{
color: #60CEB6;
}
.AnyTagClassName
{
color: #60CEB6;
}
</style>
background-color css
<style>
a { background-color: #60CEB6; }
a { background-color: rgb(96,206,182); }
div.DivClassName
{
background-color: #60CEB6;
}
.BgClassName
{
background-color: #60CEB6;
}
</style>
border-color css
<style>
span { border-color: #60CEB6; }
span { border-color: rgb(96,206,182); }
td.TdClassName
{
border-color: #60CEB6;
}
.TagClassName
{
border-color: #60CEB6;
}
</style>