Shades of Medium Aquamarine #67C6B2
Tints of Medium Aquamarine #67C6B2
RGB
CMYK
RGB Variations
Color information
#67C6B2 (or 0x67C6B2) is known color: Medium Aquamarine. HEX triplet: 67, C6 and B2. RGB value is (103,198,178). Sum of RGB (Red+Green+Blue) = 103+198+178=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #67C6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C6B2 is #98394D. Grayscale: #A7A7A7. Windows color (decimal): -9976142 or 11716199. OLE color: 11716199.
HSL color Cylindrical-coordinate representation of color #67C6B2: hue angle of 167.37º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67C6B2 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 198 | 178 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.22 |
| HSL | 167.37º | 0.45% | 0.59% | - |
| HSV(B) | 167.37º | 0.48% | 0.78% | - |
| XYZ | 33.82 | 46.49 | 49.31 | - |
| YUV | 167.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 198 | 178 | 0.48 | 0 | 0.10 | 0.22 | 167.37 | 0.45 | 0.59 |
| Hex | 67 | C6 | B2 | 30 | 0 | A | 16 | A7 | 2D | 3B |
| Octal | 147 | 306 | 262 | 60 | 0 | 12 | 26 | 247 | 55 | 73 |
| Binary | 1100111 | 11000110 | 10110010 | 110000 | 0 | 1010 | 10110 | 10100111 | 101101 | 111011 |
Color Harmonies of #67C6B2
Complementary color
Monochromatic Colors of #67C6B2
Black with #67C6B2
Text Example
Text Example
White with #67C6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C6B2; }
p { color: rgb(103,198,178); }
H1.HeaderClassName
{
color: #67C6B2;
}
.AnyTagClassName
{
color: #67C6B2;
}
</style>
background-color css
<style>
a { background-color: #67C6B2; }
a { background-color: rgb(103,198,178); }
div.DivClassName
{
background-color: #67C6B2;
}
.BgClassName
{
background-color: #67C6B2;
}
</style>
border-color css
<style>
span { border-color: #67C6B2; }
span { border-color: rgb(103,198,178); }
td.TdClassName
{
border-color: #67C6B2;
}
.TagClassName
{
border-color: #67C6B2;
}
</style>