Shades of Medium Aquamarine #67DCAA
Tints of Medium Aquamarine #67DCAA
RGB
CMYK
RGB Variations
Color information
#67DCAA (or 0x67DCAA) is known color: Medium Aquamarine. HEX triplet: 67, DC and AA. RGB value is (103,220,170). Sum of RGB (Red+Green+Blue) = 103+220+170=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #67DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DCAA is #982355. Grayscale: #B3B3B3. Windows color (decimal): -9970518 or 11197543. OLE color: 11197543.
HSL color Cylindrical-coordinate representation of color #67DCAA: hue angle of 154.36º degrees, saturation: 0.63, 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 #67DCAA is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 170 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.14 |
| HSL | 154.36º | 0.63% | 0.63% | - |
| HSV(B) | 154.36º | 0.53% | 0.86% | - |
| XYZ | 38.44 | 56.97 | 47 | - |
| YUV | 179.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 170 | 0.53 | 0 | 0.23 | 0.14 | 154.36 | 0.63 | 0.63 |
| Hex | 67 | DC | AA | 35 | 0 | 17 | E | 9A | 3F | 3F |
| Octal | 147 | 334 | 252 | 65 | 0 | 27 | 16 | 232 | 77 | 77 |
| Binary | 1100111 | 11011100 | 10101010 | 110101 | 0 | 10111 | 1110 | 10011010 | 111111 | 111111 |
Color Harmonies of #67DCAA
Complementary color
Monochromatic Colors of #67DCAA
Black with #67DCAA
Text Example
Text Example
White with #67DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCAA; }
p { color: rgb(103,220,170); }
H1.HeaderClassName
{
color: #67DCAA;
}
.AnyTagClassName
{
color: #67DCAA;
}
</style>
background-color css
<style>
a { background-color: #67DCAA; }
a { background-color: rgb(103,220,170); }
div.DivClassName
{
background-color: #67DCAA;
}
.BgClassName
{
background-color: #67DCAA;
}
</style>
border-color css
<style>
span { border-color: #67DCAA; }
span { border-color: rgb(103,220,170); }
td.TdClassName
{
border-color: #67DCAA;
}
.TagClassName
{
border-color: #67DCAA;
}
</style>