Shades of Medium Aquamarine #67D6AD
Tints of Medium Aquamarine #67D6AD
RGB
CMYK
RGB Variations
Color information
#67D6AD (or 0x67D6AD) is known color: Medium Aquamarine. HEX triplet: 67, D6 and AD. RGB value is (103,214,173). Sum of RGB (Red+Green+Blue) = 103+214+173=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D6AD is #982952. Grayscale: #B0B0B0. Windows color (decimal): -9972051 or 11392615. OLE color: 11392615.
HSL color Cylindrical-coordinate representation of color #67D6AD: hue angle of 157.84º 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 #67D6AD is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 173 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.16 |
| HSL | 157.84º | 0.58% | 0.62% | - |
| HSV(B) | 157.84º | 0.52% | 0.84% | - |
| XYZ | 37.18 | 53.99 | 48 | - |
| YUV | 176.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 173 | 0.52 | 0 | 0.19 | 0.16 | 157.84 | 0.58 | 0.62 |
| Hex | 67 | D6 | AD | 34 | 0 | 13 | 10 | 9E | 3A | 3E |
| Octal | 147 | 326 | 255 | 64 | 0 | 23 | 20 | 236 | 72 | 76 |
| Binary | 1100111 | 11010110 | 10101101 | 110100 | 0 | 10011 | 10000 | 10011110 | 111010 | 111110 |
Color Harmonies of #67D6AD
Complementary color
Monochromatic Colors of #67D6AD
Black with #67D6AD
Text Example
Text Example
White with #67D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D6AD; }
p { color: rgb(103,214,173); }
H1.HeaderClassName
{
color: #67D6AD;
}
.AnyTagClassName
{
color: #67D6AD;
}
</style>
background-color css
<style>
a { background-color: #67D6AD; }
a { background-color: rgb(103,214,173); }
div.DivClassName
{
background-color: #67D6AD;
}
.BgClassName
{
background-color: #67D6AD;
}
</style>
border-color css
<style>
span { border-color: #67D6AD; }
span { border-color: rgb(103,214,173); }
td.TdClassName
{
border-color: #67D6AD;
}
.TagClassName
{
border-color: #67D6AD;
}
</style>