Shades of Medium Aquamarine #67DD9C
Tints of Medium Aquamarine #67DD9C
RGB
CMYK
RGB Variations
Color information
#67DD9C (or 0x67DD9C) is known color: Medium Aquamarine. HEX triplet: 67, DD and 9C. RGB value is (103,221,156). Sum of RGB (Red+Green+Blue) = 103+221+156=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DD9C is #982263. Grayscale: #B2B2B2. Windows color (decimal): -9970276 or 10280295. OLE color: 10280295.
HSL color Cylindrical-coordinate representation of color #67DD9C: hue angle of 146.95º 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 #67DD9C is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 156 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.13 |
| HSL | 146.95º | 0.63% | 0.64% | - |
| HSV(B) | 146.95º | 0.53% | 0.87% | - |
| XYZ | 37.45 | 57 | 40.48 | - |
| YUV | 178.31 | 115.41 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 156 | 0.53 | 0 | 0.29 | 0.13 | 146.95 | 0.63 | 0.64 |
| Hex | 67 | DD | 9C | 35 | 0 | 1D | D | 93 | 3F | 40 |
| Octal | 147 | 335 | 234 | 65 | 0 | 35 | 15 | 223 | 77 | 100 |
| Binary | 1100111 | 11011101 | 10011100 | 110101 | 0 | 11101 | 1101 | 10010011 | 111111 | 1000000 |
Color Harmonies of #67DD9C
Complementary color
Monochromatic Colors of #67DD9C
Black with #67DD9C
Text Example
Text Example
White with #67DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DD9C; }
p { color: rgb(103,221,156); }
H1.HeaderClassName
{
color: #67DD9C;
}
.AnyTagClassName
{
color: #67DD9C;
}
</style>
background-color css
<style>
a { background-color: #67DD9C; }
a { background-color: rgb(103,221,156); }
div.DivClassName
{
background-color: #67DD9C;
}
.BgClassName
{
background-color: #67DD9C;
}
</style>
border-color css
<style>
span { border-color: #67DD9C; }
span { border-color: rgb(103,221,156); }
td.TdClassName
{
border-color: #67DD9C;
}
.TagClassName
{
border-color: #67DD9C;
}
</style>