Shades of Medium Aquamarine #60CFB0
Tints of Medium Aquamarine #60CFB0
RGB
CMYK
RGB Variations
Color information
#60CFB0 (or 0x60CFB0) is known color: Medium Aquamarine. HEX triplet: 60, CF and B0. RGB value is (96,207,176). Sum of RGB (Red+Green+Blue) = 96+207+176=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #60CFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CFB0 is #9F304F. Grayscale: #AAAAAA. Windows color (decimal): -10432592 or 11587424. OLE color: 11587424.
HSL color Cylindrical-coordinate representation of color #60CFB0: hue angle of 163.24º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60CFB0 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 176 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.19 |
| HSL | 163.24º | 0.54% | 0.59% | - |
| HSV(B) | 163.24º | 0.54% | 0.81% | - |
| XYZ | 34.97 | 50.25 | 48.93 | - |
| YUV | 170.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 176 | 0.54 | 0 | 0.15 | 0.19 | 163.24 | 0.54 | 0.59 |
| Hex | 60 | CF | B0 | 36 | 0 | F | 13 | A3 | 36 | 3B |
| Octal | 140 | 317 | 260 | 66 | 0 | 17 | 23 | 243 | 66 | 73 |
| Binary | 1100000 | 11001111 | 10110000 | 110110 | 0 | 1111 | 10011 | 10100011 | 110110 | 111011 |
Color Harmonies of #60CFB0
Complementary color
Monochromatic Colors of #60CFB0
Black with #60CFB0
Text Example
Text Example
White with #60CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CFB0; }
p { color: rgb(96,207,176); }
H1.HeaderClassName
{
color: #60CFB0;
}
.AnyTagClassName
{
color: #60CFB0;
}
</style>
background-color css
<style>
a { background-color: #60CFB0; }
a { background-color: rgb(96,207,176); }
div.DivClassName
{
background-color: #60CFB0;
}
.BgClassName
{
background-color: #60CFB0;
}
</style>
border-color css
<style>
span { border-color: #60CFB0; }
span { border-color: rgb(96,207,176); }
td.TdClassName
{
border-color: #60CFB0;
}
.TagClassName
{
border-color: #60CFB0;
}
</style>