Shades of Medium Aquamarine #67C0AE
Tints of Medium Aquamarine #67C0AE
RGB
CMYK
RGB Variations
Color information
#67C0AE (or 0x67C0AE) is known color: Medium Aquamarine. HEX triplet: 67, C0 and AE. RGB value is (103,192,174). Sum of RGB (Red+Green+Blue) = 103+192+174=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #67C0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C0AE is #983F51. Grayscale: #A3A3A3. Windows color (decimal): -9977682 or 11452519. OLE color: 11452519.
HSL color Cylindrical-coordinate representation of color #67C0AE: hue angle of 167.87º 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 #67C0AE is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 192 | 174 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.25 |
| HSL | 167.87º | 0.41% | 0.58% | - |
| HSV(B) | 167.87º | 0.46% | 0.75% | - |
| XYZ | 32.08 | 43.64 | 46.78 | - |
| YUV | 163.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 192 | 174 | 0.46 | 0 | 0.09 | 0.25 | 167.87 | 0.41 | 0.58 |
| Hex | 67 | C0 | AE | 2E | 0 | 9 | 19 | A8 | 29 | 3A |
| Octal | 147 | 300 | 256 | 56 | 0 | 11 | 31 | 250 | 51 | 72 |
| Binary | 1100111 | 11000000 | 10101110 | 101110 | 0 | 1001 | 11001 | 10101000 | 101001 | 111010 |
Color Harmonies of #67C0AE
Complementary color
Monochromatic Colors of #67C0AE
Black with #67C0AE
Text Example
Text Example
White with #67C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C0AE; }
p { color: rgb(103,192,174); }
H1.HeaderClassName
{
color: #67C0AE;
}
.AnyTagClassName
{
color: #67C0AE;
}
</style>
background-color css
<style>
a { background-color: #67C0AE; }
a { background-color: rgb(103,192,174); }
div.DivClassName
{
background-color: #67C0AE;
}
.BgClassName
{
background-color: #67C0AE;
}
</style>
border-color css
<style>
span { border-color: #67C0AE; }
span { border-color: rgb(103,192,174); }
td.TdClassName
{
border-color: #67C0AE;
}
.TagClassName
{
border-color: #67C0AE;
}
</style>