Shades of Medium Aquamarine #67DBA6
Tints of Medium Aquamarine #67DBA6
RGB
CMYK
RGB Variations
Color information
#67DBA6 (or 0x67DBA6) is known color: Medium Aquamarine. HEX triplet: 67, DB and A6. RGB value is (103,219,166). Sum of RGB (Red+Green+Blue) = 103+219+166=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #67DBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DBA6 is #982459. Grayscale: #B2B2B2. Windows color (decimal): -9970778 or 10935143. OLE color: 10935143.
HSL color Cylindrical-coordinate representation of color #67DBA6: hue angle of 152.59º 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 #67DBA6 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 166 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.14 |
| HSL | 152.59º | 0.62% | 0.63% | - |
| HSV(B) | 152.59º | 0.53% | 0.86% | - |
| XYZ | 37.81 | 56.3 | 44.95 | - |
| YUV | 178.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 166 | 0.53 | 0 | 0.24 | 0.14 | 152.59 | 0.62 | 0.63 |
| Hex | 67 | DB | A6 | 35 | 0 | 18 | E | 99 | 3E | 3F |
| Octal | 147 | 333 | 246 | 65 | 0 | 30 | 16 | 231 | 76 | 77 |
| Binary | 1100111 | 11011011 | 10100110 | 110101 | 0 | 11000 | 1110 | 10011001 | 111110 | 111111 |
Color Harmonies of #67DBA6
Complementary color
Monochromatic Colors of #67DBA6
Black with #67DBA6
Text Example
Text Example
White with #67DBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBA6; }
p { color: rgb(103,219,166); }
H1.HeaderClassName
{
color: #67DBA6;
}
.AnyTagClassName
{
color: #67DBA6;
}
</style>
background-color css
<style>
a { background-color: #67DBA6; }
a { background-color: rgb(103,219,166); }
div.DivClassName
{
background-color: #67DBA6;
}
.BgClassName
{
background-color: #67DBA6;
}
</style>
border-color css
<style>
span { border-color: #67DBA6; }
span { border-color: rgb(103,219,166); }
td.TdClassName
{
border-color: #67DBA6;
}
.TagClassName
{
border-color: #67DBA6;
}
</style>