Shades of Medium Aquamarine #67C5AD
Tints of Medium Aquamarine #67C5AD
RGB
CMYK
RGB Variations
Color information
#67C5AD (or 0x67C5AD) is known color: Medium Aquamarine. HEX triplet: 67, C5 and AD. RGB value is (103,197,173). Sum of RGB (Red+Green+Blue) = 103+197+173=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #67C5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C5AD is #983A52. Grayscale: #A6A6A6. Windows color (decimal): -9976403 or 11388263. OLE color: 11388263.
HSL color Cylindrical-coordinate representation of color #67C5AD: hue angle of 164.68º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67C5AD is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 197 | 173 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.23 |
| HSL | 164.68º | 0.45% | 0.59% | - |
| HSV(B) | 164.68º | 0.48% | 0.77% | - |
| XYZ | 33.1 | 45.83 | 46.64 | - |
| YUV | 166.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 197 | 173 | 0.48 | 0 | 0.12 | 0.23 | 164.68 | 0.45 | 0.59 |
| Hex | 67 | C5 | AD | 30 | 0 | C | 17 | A5 | 2D | 3B |
| Octal | 147 | 305 | 255 | 60 | 0 | 14 | 27 | 245 | 55 | 73 |
| Binary | 1100111 | 11000101 | 10101101 | 110000 | 0 | 1100 | 10111 | 10100101 | 101101 | 111011 |
Color Harmonies of #67C5AD
Complementary color
Monochromatic Colors of #67C5AD
Black with #67C5AD
Text Example
Text Example
White with #67C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C5AD; }
p { color: rgb(103,197,173); }
H1.HeaderClassName
{
color: #67C5AD;
}
.AnyTagClassName
{
color: #67C5AD;
}
</style>
background-color css
<style>
a { background-color: #67C5AD; }
a { background-color: rgb(103,197,173); }
div.DivClassName
{
background-color: #67C5AD;
}
.BgClassName
{
background-color: #67C5AD;
}
</style>
border-color css
<style>
span { border-color: #67C5AD; }
span { border-color: rgb(103,197,173); }
td.TdClassName
{
border-color: #67C5AD;
}
.TagClassName
{
border-color: #67C5AD;
}
</style>