Shades of Medium Aquamarine #67D6B0
Tints of Medium Aquamarine #67D6B0
RGB
CMYK
RGB Variations
Color information
#67D6B0 (or 0x67D6B0) is known color: Medium Aquamarine. HEX triplet: 67, D6 and B0. RGB value is (103,214,176). Sum of RGB (Red+Green+Blue) = 103+214+176=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D6B0 is #98294F. Grayscale: #B0B0B0. Windows color (decimal): -9972048 or 11589223. OLE color: 11589223.
HSL color Cylindrical-coordinate representation of color #67D6B0: hue angle of 159.46º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D6B0 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 176 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.16 |
| HSL | 159.46º | 0.58% | 0.62% | - |
| HSV(B) | 159.46º | 0.52% | 0.84% | - |
| XYZ | 37.48 | 54.11 | 49.54 | - |
| YUV | 176.48 | 127.73 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 176 | 0.52 | 0 | 0.18 | 0.16 | 159.46 | 0.58 | 0.62 |
| Hex | 67 | D6 | B0 | 34 | 0 | 12 | 10 | 9F | 3A | 3E |
| Octal | 147 | 326 | 260 | 64 | 0 | 22 | 20 | 237 | 72 | 76 |
| Binary | 1100111 | 11010110 | 10110000 | 110100 | 0 | 10010 | 10000 | 10011111 | 111010 | 111110 |
Color Harmonies of #67D6B0
Complementary color
Monochromatic Colors of #67D6B0
Black with #67D6B0
Text Example
Text Example
White with #67D6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D6B0; }
p { color: rgb(103,214,176); }
H1.HeaderClassName
{
color: #67D6B0;
}
.AnyTagClassName
{
color: #67D6B0;
}
</style>
background-color css
<style>
a { background-color: #67D6B0; }
a { background-color: rgb(103,214,176); }
div.DivClassName
{
background-color: #67D6B0;
}
.BgClassName
{
background-color: #67D6B0;
}
</style>
border-color css
<style>
span { border-color: #67D6B0; }
span { border-color: rgb(103,214,176); }
td.TdClassName
{
border-color: #67D6B0;
}
.TagClassName
{
border-color: #67D6B0;
}
</style>