Shades of Medium Aquamarine #67D6B2
Tints of Medium Aquamarine #67D6B2
RGB
CMYK
RGB Variations
Color information
#67D6B2 (or 0x67D6B2) is known color: Medium Aquamarine. HEX triplet: 67, D6 and B2. RGB value is (103,214,178). Sum of RGB (Red+Green+Blue) = 103+214+178=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D6B2 is #98294D. Grayscale: #B0B0B0. Windows color (decimal): -9972046 or 11720295. OLE color: 11720295.
HSL color Cylindrical-coordinate representation of color #67D6B2: hue angle of 160.54º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D6B2 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 178 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.16 |
| HSL | 160.54º | 0.58% | 0.62% | - |
| HSV(B) | 160.54º | 0.52% | 0.84% | - |
| XYZ | 37.68 | 54.19 | 50.59 | - |
| YUV | 176.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 178 | 0.52 | 0 | 0.17 | 0.16 | 160.54 | 0.58 | 0.62 |
| Hex | 67 | D6 | B2 | 34 | 0 | 11 | 10 | A1 | 3A | 3E |
| Octal | 147 | 326 | 262 | 64 | 0 | 21 | 20 | 241 | 72 | 76 |
| Binary | 1100111 | 11010110 | 10110010 | 110100 | 0 | 10001 | 10000 | 10100001 | 111010 | 111110 |
Color Harmonies of #67D6B2
Complementary color
Monochromatic Colors of #67D6B2
Black with #67D6B2
Text Example
Text Example
White with #67D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D6B2; }
p { color: rgb(103,214,178); }
H1.HeaderClassName
{
color: #67D6B2;
}
.AnyTagClassName
{
color: #67D6B2;
}
</style>
background-color css
<style>
a { background-color: #67D6B2; }
a { background-color: rgb(103,214,178); }
div.DivClassName
{
background-color: #67D6B2;
}
.BgClassName
{
background-color: #67D6B2;
}
</style>
border-color css
<style>
span { border-color: #67D6B2; }
span { border-color: rgb(103,214,178); }
td.TdClassName
{
border-color: #67D6B2;
}
.TagClassName
{
border-color: #67D6B2;
}
</style>