Shades of Medium Aquamarine #67DBAA
Tints of Medium Aquamarine #67DBAA
RGB
CMYK
RGB Variations
Color information
#67DBAA (or 0x67DBAA) is known color: Medium Aquamarine. HEX triplet: 67, DB and AA. RGB value is (103,219,170). Sum of RGB (Red+Green+Blue) = 103+219+170=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #67DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DBAA is #982455. Grayscale: #B2B2B2. Windows color (decimal): -9970774 or 11197287. OLE color: 11197287.
HSL color Cylindrical-coordinate representation of color #67DBAA: hue angle of 154.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DBAA is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 170 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.14 |
| HSL | 154.66º | 0.62% | 0.63% | - |
| HSV(B) | 154.66º | 0.53% | 0.86% | - |
| XYZ | 38.18 | 56.45 | 46.91 | - |
| YUV | 178.73 | 123.07 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 170 | 0.53 | 0 | 0.22 | 0.14 | 154.66 | 0.62 | 0.63 |
| Hex | 67 | DB | AA | 35 | 0 | 16 | E | 9B | 3E | 3F |
| Octal | 147 | 333 | 252 | 65 | 0 | 26 | 16 | 233 | 76 | 77 |
| Binary | 1100111 | 11011011 | 10101010 | 110101 | 0 | 10110 | 1110 | 10011011 | 111110 | 111111 |
Color Harmonies of #67DBAA
Complementary color
Monochromatic Colors of #67DBAA
Black with #67DBAA
Text Example
Text Example
White with #67DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBAA; }
p { color: rgb(103,219,170); }
H1.HeaderClassName
{
color: #67DBAA;
}
.AnyTagClassName
{
color: #67DBAA;
}
</style>
background-color css
<style>
a { background-color: #67DBAA; }
a { background-color: rgb(103,219,170); }
div.DivClassName
{
background-color: #67DBAA;
}
.BgClassName
{
background-color: #67DBAA;
}
</style>
border-color css
<style>
span { border-color: #67DBAA; }
span { border-color: rgb(103,219,170); }
td.TdClassName
{
border-color: #67DBAA;
}
.TagClassName
{
border-color: #67DBAA;
}
</style>