Shades of Medium Aquamarine #67D6AB
Tints of Medium Aquamarine #67D6AB
RGB
CMYK
RGB Variations
Color information
#67D6AB (or 0x67D6AB) is known color: Medium Aquamarine. HEX triplet: 67, D6 and AB. RGB value is (103,214,171). Sum of RGB (Red+Green+Blue) = 103+214+171=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D6AB is #982954. Grayscale: #AFAFAF. Windows color (decimal): -9972053 or 11261543. OLE color: 11261543.
HSL color Cylindrical-coordinate representation of color #67D6AB: hue angle of 156.76º 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 #67D6AB is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 171 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.16 |
| HSL | 156.76º | 0.58% | 0.62% | - |
| HSV(B) | 156.76º | 0.52% | 0.84% | - |
| XYZ | 36.99 | 53.92 | 46.99 | - |
| YUV | 175.91 | 125.23 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 171 | 0.52 | 0 | 0.20 | 0.16 | 156.76 | 0.58 | 0.62 |
| Hex | 67 | D6 | AB | 34 | 0 | 14 | 10 | 9D | 3A | 3E |
| Octal | 147 | 326 | 253 | 64 | 0 | 24 | 20 | 235 | 72 | 76 |
| Binary | 1100111 | 11010110 | 10101011 | 110100 | 0 | 10100 | 10000 | 10011101 | 111010 | 111110 |
Color Harmonies of #67D6AB
Complementary color
Monochromatic Colors of #67D6AB
Black with #67D6AB
Text Example
Text Example
White with #67D6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D6AB; }
p { color: rgb(103,214,171); }
H1.HeaderClassName
{
color: #67D6AB;
}
.AnyTagClassName
{
color: #67D6AB;
}
</style>
background-color css
<style>
a { background-color: #67D6AB; }
a { background-color: rgb(103,214,171); }
div.DivClassName
{
background-color: #67D6AB;
}
.BgClassName
{
background-color: #67D6AB;
}
</style>
border-color css
<style>
span { border-color: #67D6AB; }
span { border-color: rgb(103,214,171); }
td.TdClassName
{
border-color: #67D6AB;
}
.TagClassName
{
border-color: #67D6AB;
}
</style>