Shades of Medium Aquamarine #67DB9F
Tints of Medium Aquamarine #67DB9F
RGB
CMYK
RGB Variations
Color information
#67DB9F (or 0x67DB9F) is known color: Medium Aquamarine. HEX triplet: 67, DB and 9F. RGB value is (103,219,159). Sum of RGB (Red+Green+Blue) = 103+219+159=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #67DB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DB9F is #982460. Grayscale: #B1B1B1. Windows color (decimal): -9970785 or 10476391. OLE color: 10476391.
HSL color Cylindrical-coordinate representation of color #67DB9F: hue angle of 148.97º 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 #67DB9F is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 159 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.14 |
| HSL | 148.97º | 0.62% | 0.63% | - |
| HSV(B) | 148.97º | 0.53% | 0.86% | - |
| XYZ | 37.18 | 56.05 | 41.66 | - |
| YUV | 177.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 159 | 0.53 | 0 | 0.27 | 0.14 | 148.97 | 0.62 | 0.63 |
| Hex | 67 | DB | 9F | 35 | 0 | 1B | E | 95 | 3E | 3F |
| Octal | 147 | 333 | 237 | 65 | 0 | 33 | 16 | 225 | 76 | 77 |
| Binary | 1100111 | 11011011 | 10011111 | 110101 | 0 | 11011 | 1110 | 10010101 | 111110 | 111111 |
Color Harmonies of #67DB9F
Complementary color
Monochromatic Colors of #67DB9F
Black with #67DB9F
Text Example
Text Example
White with #67DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DB9F; }
p { color: rgb(103,219,159); }
H1.HeaderClassName
{
color: #67DB9F;
}
.AnyTagClassName
{
color: #67DB9F;
}
</style>
background-color css
<style>
a { background-color: #67DB9F; }
a { background-color: rgb(103,219,159); }
div.DivClassName
{
background-color: #67DB9F;
}
.BgClassName
{
background-color: #67DB9F;
}
</style>
border-color css
<style>
span { border-color: #67DB9F; }
span { border-color: rgb(103,219,159); }
td.TdClassName
{
border-color: #67DB9F;
}
.TagClassName
{
border-color: #67DB9F;
}
</style>