Shades of Medium Aquamarine #67DAA0
Tints of Medium Aquamarine #67DAA0
RGB
CMYK
RGB Variations
Color information
#67DAA0 (or 0x67DAA0) is known color: Medium Aquamarine. HEX triplet: 67, DA and A0. RGB value is (103,218,160). Sum of RGB (Red+Green+Blue) = 103+218+160=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #67DAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DAA0 is #98255F. Grayscale: #B1B1B1. Windows color (decimal): -9971040 or 10541671. OLE color: 10541671.
HSL color Cylindrical-coordinate representation of color #67DAA0: hue angle of 149.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DAA0 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 218 | 160 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.15 |
| HSL | 149.74º | 0.61% | 0.63% | - |
| HSV(B) | 149.74º | 0.53% | 0.85% | - |
| XYZ | 37.01 | 55.56 | 42.03 | - |
| YUV | 177 | 118.4 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 160 | 0.53 | 0 | 0.27 | 0.15 | 149.74 | 0.61 | 0.63 |
| Hex | 67 | DA | A0 | 35 | 0 | 1B | F | 96 | 3D | 3F |
| Octal | 147 | 332 | 240 | 65 | 0 | 33 | 17 | 226 | 75 | 77 |
| Binary | 1100111 | 11011010 | 10100000 | 110101 | 0 | 11011 | 1111 | 10010110 | 111101 | 111111 |
Color Harmonies of #67DAA0
Complementary color
Monochromatic Colors of #67DAA0
Black with #67DAA0
Text Example
Text Example
White with #67DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DAA0; }
p { color: rgb(103,218,160); }
H1.HeaderClassName
{
color: #67DAA0;
}
.AnyTagClassName
{
color: #67DAA0;
}
</style>
background-color css
<style>
a { background-color: #67DAA0; }
a { background-color: rgb(103,218,160); }
div.DivClassName
{
background-color: #67DAA0;
}
.BgClassName
{
background-color: #67DAA0;
}
</style>
border-color css
<style>
span { border-color: #67DAA0; }
span { border-color: rgb(103,218,160); }
td.TdClassName
{
border-color: #67DAA0;
}
.TagClassName
{
border-color: #67DAA0;
}
</style>