Shades of Medium Aquamarine #67D8B2
Tints of Medium Aquamarine #67D8B2
RGB
CMYK
RGB Variations
Color information
#67D8B2 (or 0x67D8B2) is known color: Medium Aquamarine. HEX triplet: 67, D8 and B2. RGB value is (103,216,178). Sum of RGB (Red+Green+Blue) = 103+216+178=497 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.72% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #67D8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D8B2 is #98274D. Grayscale: #B1B1B1. Windows color (decimal): -9971534 or 11720807. OLE color: 11720807.
HSL color Cylindrical-coordinate representation of color #67D8B2: hue angle of 159.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D8B2 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 216 | 178 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.15 |
| HSL | 159.82º | 0.59% | 0.63% | - |
| HSV(B) | 159.82º | 0.52% | 0.85% | - |
| XYZ | 38.19 | 55.21 | 50.76 | - |
| YUV | 177.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 216 | 178 | 0.52 | 0 | 0.18 | 0.15 | 159.82 | 0.59 | 0.63 |
| Hex | 67 | D8 | B2 | 34 | 0 | 12 | F | A0 | 3B | 3F |
| Octal | 147 | 330 | 262 | 64 | 0 | 22 | 17 | 240 | 73 | 77 |
| Binary | 1100111 | 11011000 | 10110010 | 110100 | 0 | 10010 | 1111 | 10100000 | 111011 | 111111 |
Color Harmonies of #67D8B2
Complementary color
Monochromatic Colors of #67D8B2
Black with #67D8B2
Text Example
Text Example
White with #67D8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D8B2; }
p { color: rgb(103,216,178); }
H1.HeaderClassName
{
color: #67D8B2;
}
.AnyTagClassName
{
color: #67D8B2;
}
</style>
background-color css
<style>
a { background-color: #67D8B2; }
a { background-color: rgb(103,216,178); }
div.DivClassName
{
background-color: #67D8B2;
}
.BgClassName
{
background-color: #67D8B2;
}
</style>
border-color css
<style>
span { border-color: #67D8B2; }
span { border-color: rgb(103,216,178); }
td.TdClassName
{
border-color: #67D8B2;
}
.TagClassName
{
border-color: #67D8B2;
}
</style>