Shades of Medium Aquamarine #67DAA4
Tints of Medium Aquamarine #67DAA4
RGB
CMYK
RGB Variations
Color information
#67DAA4 (or 0x67DAA4) is known color: Medium Aquamarine. HEX triplet: 67, DA and A4. RGB value is (103,218,164). Sum of RGB (Red+Green+Blue) = 103+218+164=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #67DAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DAA4 is #98255B. Grayscale: #B1B1B1. Windows color (decimal): -9971036 or 10803815. OLE color: 10803815.
HSL color Cylindrical-coordinate representation of color #67DAA4: hue angle of 151.83º 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 #67DAA4 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 218 | 164 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.15 |
| HSL | 151.83º | 0.61% | 0.63% | - |
| HSV(B) | 151.83º | 0.53% | 0.85% | - |
| XYZ | 37.37 | 55.71 | 43.91 | - |
| YUV | 177.46 | 120.4 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 164 | 0.53 | 0 | 0.25 | 0.15 | 151.83 | 0.61 | 0.63 |
| Hex | 67 | DA | A4 | 35 | 0 | 19 | F | 98 | 3D | 3F |
| Octal | 147 | 332 | 244 | 65 | 0 | 31 | 17 | 230 | 75 | 77 |
| Binary | 1100111 | 11011010 | 10100100 | 110101 | 0 | 11001 | 1111 | 10011000 | 111101 | 111111 |
Color Harmonies of #67DAA4
Complementary color
Monochromatic Colors of #67DAA4
Black with #67DAA4
Text Example
Text Example
White with #67DAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DAA4; }
p { color: rgb(103,218,164); }
H1.HeaderClassName
{
color: #67DAA4;
}
.AnyTagClassName
{
color: #67DAA4;
}
</style>
background-color css
<style>
a { background-color: #67DAA4; }
a { background-color: rgb(103,218,164); }
div.DivClassName
{
background-color: #67DAA4;
}
.BgClassName
{
background-color: #67DAA4;
}
</style>
border-color css
<style>
span { border-color: #67DAA4; }
span { border-color: rgb(103,218,164); }
td.TdClassName
{
border-color: #67DAA4;
}
.TagClassName
{
border-color: #67DAA4;
}
</style>