Shades of Medium Aquamarine #67DD99
Tints of Medium Aquamarine #67DD99
RGB
CMYK
RGB Variations
Color information
#67DD99 (or 0x67DD99) is known color: Medium Aquamarine. HEX triplet: 67, DD and 99. RGB value is (103,221,153). Sum of RGB (Red+Green+Blue) = 103+221+153=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DD99 is #982266. Grayscale: #B2B2B2. Windows color (decimal): -9970279 or 10083687. OLE color: 10083687.
HSL color Cylindrical-coordinate representation of color #67DD99: hue angle of 145.42º 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 #67DD99 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 153 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.13 |
| HSL | 145.42º | 0.63% | 0.64% | - |
| HSV(B) | 145.42º | 0.53% | 0.87% | - |
| XYZ | 37.2 | 56.9 | 39.16 | - |
| YUV | 177.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 153 | 0.53 | 0 | 0.31 | 0.13 | 145.42 | 0.63 | 0.64 |
| Hex | 67 | DD | 99 | 35 | 0 | 1F | D | 91 | 3F | 40 |
| Octal | 147 | 335 | 231 | 65 | 0 | 37 | 15 | 221 | 77 | 100 |
| Binary | 1100111 | 11011101 | 10011001 | 110101 | 0 | 11111 | 1101 | 10010001 | 111111 | 1000000 |
Color Harmonies of #67DD99
Complementary color
Monochromatic Colors of #67DD99
Black with #67DD99
Text Example
Text Example
White with #67DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DD99; }
p { color: rgb(103,221,153); }
H1.HeaderClassName
{
color: #67DD99;
}
.AnyTagClassName
{
color: #67DD99;
}
</style>
background-color css
<style>
a { background-color: #67DD99; }
a { background-color: rgb(103,221,153); }
div.DivClassName
{
background-color: #67DD99;
}
.BgClassName
{
background-color: #67DD99;
}
</style>
border-color css
<style>
span { border-color: #67DD99; }
span { border-color: rgb(103,221,153); }
td.TdClassName
{
border-color: #67DD99;
}
.TagClassName
{
border-color: #67DD99;
}
</style>