Shades of Medium Aquamarine #67D0AA
Tints of Medium Aquamarine #67D0AA
RGB
CMYK
RGB Variations
Color information
#67D0AA (or 0x67D0AA) is known color: Medium Aquamarine. HEX triplet: 67, D0 and AA. RGB value is (103,208,170). Sum of RGB (Red+Green+Blue) = 103+208+170=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #67D0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D0AA is #982F55. Grayscale: #ACACAC. Windows color (decimal): -9973590 or 11194471. OLE color: 11194471.
HSL color Cylindrical-coordinate representation of color #67D0AA: hue angle of 158.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67D0AA is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 208 | 170 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.18 |
| HSL | 158.29º | 0.53% | 0.61% | - |
| HSV(B) | 158.29º | 0.5% | 0.82% | - |
| XYZ | 35.41 | 50.9 | 45.99 | - |
| YUV | 172.27 | 126.71 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 208 | 170 | 0.50 | 0 | 0.18 | 0.18 | 158.29 | 0.53 | 0.61 |
| Hex | 67 | D0 | AA | 32 | 0 | 12 | 12 | 9E | 35 | 3D |
| Octal | 147 | 320 | 252 | 62 | 0 | 22 | 22 | 236 | 65 | 75 |
| Binary | 1100111 | 11010000 | 10101010 | 110010 | 0 | 10010 | 10010 | 10011110 | 110101 | 111101 |
Color Harmonies of #67D0AA
Complementary color
Monochromatic Colors of #67D0AA
Black with #67D0AA
Text Example
Text Example
White with #67D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D0AA; }
p { color: rgb(103,208,170); }
H1.HeaderClassName
{
color: #67D0AA;
}
.AnyTagClassName
{
color: #67D0AA;
}
</style>
background-color css
<style>
a { background-color: #67D0AA; }
a { background-color: rgb(103,208,170); }
div.DivClassName
{
background-color: #67D0AA;
}
.BgClassName
{
background-color: #67D0AA;
}
</style>
border-color css
<style>
span { border-color: #67D0AA; }
span { border-color: rgb(103,208,170); }
td.TdClassName
{
border-color: #67D0AA;
}
.TagClassName
{
border-color: #67D0AA;
}
</style>