Shades of Medium Aquamarine #67DBB0
Tints of Medium Aquamarine #67DBB0
RGB
CMYK
RGB Variations
Color information
#67DBB0 (or 0x67DBB0) is known color: Medium Aquamarine. HEX triplet: 67, DB and B0. RGB value is (103,219,176). Sum of RGB (Red+Green+Blue) = 103+219+176=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #67DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DBB0 is #98244F. Grayscale: #B3B3B3. Windows color (decimal): -9970768 or 11590503. OLE color: 11590503.
HSL color Cylindrical-coordinate representation of color #67DBB0: hue angle of 157.76º 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 #67DBB0 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 219 | 176 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.14 |
| HSL | 157.76º | 0.62% | 0.63% | - |
| HSV(B) | 157.76º | 0.53% | 0.86% | - |
| XYZ | 38.76 | 56.68 | 49.97 | - |
| YUV | 179.41 | 126.07 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 176 | 0.53 | 0 | 0.20 | 0.14 | 157.76 | 0.62 | 0.63 |
| Hex | 67 | DB | B0 | 35 | 0 | 14 | E | 9E | 3E | 3F |
| Octal | 147 | 333 | 260 | 65 | 0 | 24 | 16 | 236 | 76 | 77 |
| Binary | 1100111 | 11011011 | 10110000 | 110101 | 0 | 10100 | 1110 | 10011110 | 111110 | 111111 |
Color Harmonies of #67DBB0
Complementary color
Monochromatic Colors of #67DBB0
Black with #67DBB0
Text Example
Text Example
White with #67DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBB0; }
p { color: rgb(103,219,176); }
H1.HeaderClassName
{
color: #67DBB0;
}
.AnyTagClassName
{
color: #67DBB0;
}
</style>
background-color css
<style>
a { background-color: #67DBB0; }
a { background-color: rgb(103,219,176); }
div.DivClassName
{
background-color: #67DBB0;
}
.BgClassName
{
background-color: #67DBB0;
}
</style>
border-color css
<style>
span { border-color: #67DBB0; }
span { border-color: rgb(103,219,176); }
td.TdClassName
{
border-color: #67DBB0;
}
.TagClassName
{
border-color: #67DBB0;
}
</style>