Shades of Medium Aquamarine #67DDA6
Tints of Medium Aquamarine #67DDA6
RGB
CMYK
RGB Variations
Color information
#67DDA6 (or 0x67DDA6) is known color: Medium Aquamarine. HEX triplet: 67, DD and A6. RGB value is (103,221,166). Sum of RGB (Red+Green+Blue) = 103+221+166=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DDA6 is #982259. Grayscale: #B3B3B3. Windows color (decimal): -9970266 or 10935655. OLE color: 10935655.
HSL color Cylindrical-coordinate representation of color #67DDA6: hue angle of 152.03º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDA6 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 166 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.13 |
| HSL | 152.03º | 0.63% | 0.64% | - |
| HSV(B) | 152.03º | 0.53% | 0.87% | - |
| XYZ | 38.33 | 57.35 | 45.13 | - |
| YUV | 179.45 | 120.41 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 166 | 0.53 | 0 | 0.25 | 0.13 | 152.03 | 0.63 | 0.64 |
| Hex | 67 | DD | A6 | 35 | 0 | 19 | D | 98 | 3F | 40 |
| Octal | 147 | 335 | 246 | 65 | 0 | 31 | 15 | 230 | 77 | 100 |
| Binary | 1100111 | 11011101 | 10100110 | 110101 | 0 | 11001 | 1101 | 10011000 | 111111 | 1000000 |
Color Harmonies of #67DDA6
Complementary color
Monochromatic Colors of #67DDA6
Black with #67DDA6
Text Example
Text Example
White with #67DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DDA6; }
p { color: rgb(103,221,166); }
H1.HeaderClassName
{
color: #67DDA6;
}
.AnyTagClassName
{
color: #67DDA6;
}
</style>
background-color css
<style>
a { background-color: #67DDA6; }
a { background-color: rgb(103,221,166); }
div.DivClassName
{
background-color: #67DDA6;
}
.BgClassName
{
background-color: #67DDA6;
}
</style>
border-color css
<style>
span { border-color: #67DDA6; }
span { border-color: rgb(103,221,166); }
td.TdClassName
{
border-color: #67DDA6;
}
.TagClassName
{
border-color: #67DDA6;
}
</style>