Shades of Medium Aquamarine #67DCB2
Tints of Medium Aquamarine #67DCB2
RGB
CMYK
RGB Variations
Color information
#67DCB2 (or 0x67DCB2) is known color: Medium Aquamarine. HEX triplet: 67, DC and B2. RGB value is (103,220,178). Sum of RGB (Red+Green+Blue) = 103+220+178=501 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.56% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #67DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DCB2 is #98234D. Grayscale: #B4B4B4. Windows color (decimal): -9970510 or 11721831. OLE color: 11721831.
HSL color Cylindrical-coordinate representation of color #67DCB2: hue angle of 158.46º degrees, saturation: 0.63, 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 #67DCB2 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 178 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.14 |
| HSL | 158.46º | 0.63% | 0.63% | - |
| HSV(B) | 158.46º | 0.53% | 0.86% | - |
| XYZ | 39.22 | 57.28 | 51.11 | - |
| YUV | 180.23 | 126.74 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 178 | 0.53 | 0 | 0.19 | 0.14 | 158.46 | 0.63 | 0.63 |
| Hex | 67 | DC | B2 | 35 | 0 | 13 | E | 9E | 3F | 3F |
| Octal | 147 | 334 | 262 | 65 | 0 | 23 | 16 | 236 | 77 | 77 |
| Binary | 1100111 | 11011100 | 10110010 | 110101 | 0 | 10011 | 1110 | 10011110 | 111111 | 111111 |
Color Harmonies of #67DCB2
Complementary color
Monochromatic Colors of #67DCB2
Black with #67DCB2
Text Example
Text Example
White with #67DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCB2; }
p { color: rgb(103,220,178); }
H1.HeaderClassName
{
color: #67DCB2;
}
.AnyTagClassName
{
color: #67DCB2;
}
</style>
background-color css
<style>
a { background-color: #67DCB2; }
a { background-color: rgb(103,220,178); }
div.DivClassName
{
background-color: #67DCB2;
}
.BgClassName
{
background-color: #67DCB2;
}
</style>
border-color css
<style>
span { border-color: #67DCB2; }
span { border-color: rgb(103,220,178); }
td.TdClassName
{
border-color: #67DCB2;
}
.TagClassName
{
border-color: #67DCB2;
}
</style>