Shades of Medium Aquamarine #67D8A1
Tints of Medium Aquamarine #67D8A1
RGB
CMYK
RGB Variations
Color information
#67D8A1 (or 0x67D8A1) is known color: Medium Aquamarine. HEX triplet: 67, D8 and A1. RGB value is (103,216,161). Sum of RGB (Red+Green+Blue) = 103+216+161=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #67D8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D8A1 is #98275E. Grayscale: #B0B0B0. Windows color (decimal): -9971551 or 10606695. OLE color: 10606695.
HSL color Cylindrical-coordinate representation of color #67D8A1: hue angle of 150.8º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D8A1 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 216 | 161 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.15 |
| HSL | 150.8º | 0.59% | 0.63% | - |
| HSV(B) | 150.8º | 0.52% | 0.85% | - |
| XYZ | 36.58 | 54.57 | 42.32 | - |
| YUV | 175.94 | 119.56 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 216 | 161 | 0.52 | 0 | 0.25 | 0.15 | 150.8 | 0.59 | 0.63 |
| Hex | 67 | D8 | A1 | 34 | 0 | 19 | F | 97 | 3B | 3F |
| Octal | 147 | 330 | 241 | 64 | 0 | 31 | 17 | 227 | 73 | 77 |
| Binary | 1100111 | 11011000 | 10100001 | 110100 | 0 | 11001 | 1111 | 10010111 | 111011 | 111111 |
Color Harmonies of #67D8A1
Complementary color
Monochromatic Colors of #67D8A1
Black with #67D8A1
Text Example
Text Example
White with #67D8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D8A1; }
p { color: rgb(103,216,161); }
H1.HeaderClassName
{
color: #67D8A1;
}
.AnyTagClassName
{
color: #67D8A1;
}
</style>
background-color css
<style>
a { background-color: #67D8A1; }
a { background-color: rgb(103,216,161); }
div.DivClassName
{
background-color: #67D8A1;
}
.BgClassName
{
background-color: #67D8A1;
}
</style>
border-color css
<style>
span { border-color: #67D8A1; }
span { border-color: rgb(103,216,161); }
td.TdClassName
{
border-color: #67D8A1;
}
.TagClassName
{
border-color: #67D8A1;
}
</style>