Shades of Medium Aquamarine #67C0AA
Tints of Medium Aquamarine #67C0AA
RGB
CMYK
RGB Variations
Color information
#67C0AA (or 0x67C0AA) is known color: Medium Aquamarine. HEX triplet: 67, C0 and AA. RGB value is (103,192,170). Sum of RGB (Red+Green+Blue) = 103+192+170=465 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.15% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #67C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C0AA is #983F55. Grayscale: #A2A2A2. Windows color (decimal): -9977686 or 11190375. OLE color: 11190375.
HSL color Cylindrical-coordinate representation of color #67C0AA: hue angle of 165.17º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67C0AA is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 192 | 170 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.25 |
| HSL | 165.17º | 0.41% | 0.58% | - |
| HSV(B) | 165.17º | 0.46% | 0.75% | - |
| XYZ | 31.7 | 43.49 | 44.75 | - |
| YUV | 162.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 192 | 170 | 0.46 | 0 | 0.11 | 0.25 | 165.17 | 0.41 | 0.58 |
| Hex | 67 | C0 | AA | 2E | 0 | B | 19 | A5 | 29 | 3A |
| Octal | 147 | 300 | 252 | 56 | 0 | 13 | 31 | 245 | 51 | 72 |
| Binary | 1100111 | 11000000 | 10101010 | 101110 | 0 | 1011 | 11001 | 10100101 | 101001 | 111010 |
Color Harmonies of #67C0AA
Complementary color
Monochromatic Colors of #67C0AA
Black with #67C0AA
Text Example
Text Example
White with #67C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C0AA; }
p { color: rgb(103,192,170); }
H1.HeaderClassName
{
color: #67C0AA;
}
.AnyTagClassName
{
color: #67C0AA;
}
</style>
background-color css
<style>
a { background-color: #67C0AA; }
a { background-color: rgb(103,192,170); }
div.DivClassName
{
background-color: #67C0AA;
}
.BgClassName
{
background-color: #67C0AA;
}
</style>
border-color css
<style>
span { border-color: #67C0AA; }
span { border-color: rgb(103,192,170); }
td.TdClassName
{
border-color: #67C0AA;
}
.TagClassName
{
border-color: #67C0AA;
}
</style>