Shades of Medium Aquamarine #60CBAC
Tints of Medium Aquamarine #60CBAC
RGB
CMYK
RGB Variations
Color information
#60CBAC (or 0x60CBAC) is known color: Medium Aquamarine. HEX triplet: 60, CB and AC. RGB value is (96,203,172). Sum of RGB (Red+Green+Blue) = 96+203+172=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CBAC is #9F3453. Grayscale: #A7A7A7. Windows color (decimal): -10433620 or 11324256. OLE color: 11324256.
HSL color Cylindrical-coordinate representation of color #60CBAC: hue angle of 162.62º 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 #60CBAC is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 203 | 172 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.20 |
| HSL | 162.62º | 0.51% | 0.59% | - |
| HSV(B) | 162.62º | 0.53% | 0.8% | - |
| XYZ | 33.63 | 48.18 | 46.56 | - |
| YUV | 167.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 172 | 0.53 | 0 | 0.15 | 0.20 | 162.62 | 0.51 | 0.59 |
| Hex | 60 | CB | AC | 35 | 0 | F | 14 | A3 | 33 | 3B |
| Octal | 140 | 313 | 254 | 65 | 0 | 17 | 24 | 243 | 63 | 73 |
| Binary | 1100000 | 11001011 | 10101100 | 110101 | 0 | 1111 | 10100 | 10100011 | 110011 | 111011 |
Color Harmonies of #60CBAC
Complementary color
Monochromatic Colors of #60CBAC
Black with #60CBAC
Text Example
Text Example
White with #60CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBAC; }
p { color: rgb(96,203,172); }
H1.HeaderClassName
{
color: #60CBAC;
}
.AnyTagClassName
{
color: #60CBAC;
}
</style>
background-color css
<style>
a { background-color: #60CBAC; }
a { background-color: rgb(96,203,172); }
div.DivClassName
{
background-color: #60CBAC;
}
.BgClassName
{
background-color: #60CBAC;
}
</style>
border-color css
<style>
span { border-color: #60CBAC; }
span { border-color: rgb(96,203,172); }
td.TdClassName
{
border-color: #60CBAC;
}
.TagClassName
{
border-color: #60CBAC;
}
</style>