Shades of Medium Aquamarine #67C4AD
Tints of Medium Aquamarine #67C4AD
RGB
CMYK
RGB Variations
Color information
#67C4AD (or 0x67C4AD) is known color: Medium Aquamarine. HEX triplet: 67, C4 and AD. RGB value is (103,196,173). Sum of RGB (Red+Green+Blue) = 103+196+173=472 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.82% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #67C4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C4AD is #983B52. Grayscale: #A5A5A5. Windows color (decimal): -9976659 or 11388007. OLE color: 11388007.
HSL color Cylindrical-coordinate representation of color #67C4AD: hue angle of 165.16º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67C4AD is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 196 | 173 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.23 |
| HSL | 165.16º | 0.44% | 0.59% | - |
| HSV(B) | 165.16º | 0.47% | 0.77% | - |
| XYZ | 32.88 | 45.38 | 46.56 | - |
| YUV | 165.57 | 132.19 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 196 | 173 | 0.47 | 0 | 0.12 | 0.23 | 165.16 | 0.44 | 0.59 |
| Hex | 67 | C4 | AD | 2F | 0 | C | 17 | A5 | 2C | 3B |
| Octal | 147 | 304 | 255 | 57 | 0 | 14 | 27 | 245 | 54 | 73 |
| Binary | 1100111 | 11000100 | 10101101 | 101111 | 0 | 1100 | 10111 | 10100101 | 101100 | 111011 |
Color Harmonies of #67C4AD
Complementary color
Monochromatic Colors of #67C4AD
Black with #67C4AD
Text Example
Text Example
White with #67C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C4AD; }
p { color: rgb(103,196,173); }
H1.HeaderClassName
{
color: #67C4AD;
}
.AnyTagClassName
{
color: #67C4AD;
}
</style>
background-color css
<style>
a { background-color: #67C4AD; }
a { background-color: rgb(103,196,173); }
div.DivClassName
{
background-color: #67C4AD;
}
.BgClassName
{
background-color: #67C4AD;
}
</style>
border-color css
<style>
span { border-color: #67C4AD; }
span { border-color: rgb(103,196,173); }
td.TdClassName
{
border-color: #67C4AD;
}
.TagClassName
{
border-color: #67C4AD;
}
</style>