Shades of Medium Aquamarine #67DB9E
Tints of Medium Aquamarine #67DB9E
RGB
CMYK
RGB Variations
Color information
#67DB9E (or 0x67DB9E) is known color: Medium Aquamarine. HEX triplet: 67, DB and 9E. RGB value is (103,219,158). Sum of RGB (Red+Green+Blue) = 103+219+158=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #67DB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DB9E is #982461. Grayscale: #B1B1B1. Windows color (decimal): -9970786 or 10410855. OLE color: 10410855.
HSL color Cylindrical-coordinate representation of color #67DB9E: hue angle of 148.45º 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 #67DB9E is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 158 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.14 |
| HSL | 148.45º | 0.62% | 0.63% | - |
| HSV(B) | 148.45º | 0.53% | 0.86% | - |
| XYZ | 37.1 | 56.02 | 41.2 | - |
| YUV | 177.36 | 117.07 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 158 | 0.53 | 0 | 0.28 | 0.14 | 148.45 | 0.62 | 0.63 |
| Hex | 67 | DB | 9E | 35 | 0 | 1C | E | 94 | 3E | 3F |
| Octal | 147 | 333 | 236 | 65 | 0 | 34 | 16 | 224 | 76 | 77 |
| Binary | 1100111 | 11011011 | 10011110 | 110101 | 0 | 11100 | 1110 | 10010100 | 111110 | 111111 |
Color Harmonies of #67DB9E
Complementary color
Monochromatic Colors of #67DB9E
Black with #67DB9E
Text Example
Text Example
White with #67DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DB9E; }
p { color: rgb(103,219,158); }
H1.HeaderClassName
{
color: #67DB9E;
}
.AnyTagClassName
{
color: #67DB9E;
}
</style>
background-color css
<style>
a { background-color: #67DB9E; }
a { background-color: rgb(103,219,158); }
div.DivClassName
{
background-color: #67DB9E;
}
.BgClassName
{
background-color: #67DB9E;
}
</style>
border-color css
<style>
span { border-color: #67DB9E; }
span { border-color: rgb(103,219,158); }
td.TdClassName
{
border-color: #67DB9E;
}
.TagClassName
{
border-color: #67DB9E;
}
</style>