Shades of Medium Aquamarine #67DB9D
Tints of Medium Aquamarine #67DB9D
RGB
CMYK
RGB Variations
Color information
#67DB9D (or 0x67DB9D) is known color: Medium Aquamarine. HEX triplet: 67, DB and 9D. RGB value is (103,219,157). Sum of RGB (Red+Green+Blue) = 103+219+157=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #67DB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DB9D is #982462. Grayscale: #B1B1B1. Windows color (decimal): -9970787 or 10345319. OLE color: 10345319.
HSL color Cylindrical-coordinate representation of color #67DB9D: hue angle of 147.93º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DB9D is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 157 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.14 |
| HSL | 147.93º | 0.62% | 0.63% | - |
| HSV(B) | 147.93º | 0.53% | 0.86% | - |
| XYZ | 37.01 | 55.98 | 40.75 | - |
| YUV | 177.25 | 116.57 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 157 | 0.53 | 0 | 0.28 | 0.14 | 147.93 | 0.62 | 0.63 |
| Hex | 67 | DB | 9D | 35 | 0 | 1C | E | 94 | 3E | 3F |
| Octal | 147 | 333 | 235 | 65 | 0 | 34 | 16 | 224 | 76 | 77 |
| Binary | 1100111 | 11011011 | 10011101 | 110101 | 0 | 11100 | 1110 | 10010100 | 111110 | 111111 |
Color Harmonies of #67DB9D
Complementary color
Monochromatic Colors of #67DB9D
Black with #67DB9D
Text Example
Text Example
White with #67DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DB9D; }
p { color: rgb(103,219,157); }
H1.HeaderClassName
{
color: #67DB9D;
}
.AnyTagClassName
{
color: #67DB9D;
}
</style>
background-color css
<style>
a { background-color: #67DB9D; }
a { background-color: rgb(103,219,157); }
div.DivClassName
{
background-color: #67DB9D;
}
.BgClassName
{
background-color: #67DB9D;
}
</style>
border-color css
<style>
span { border-color: #67DB9D; }
span { border-color: rgb(103,219,157); }
td.TdClassName
{
border-color: #67DB9D;
}
.TagClassName
{
border-color: #67DB9D;
}
</style>