Shades of Medium Aquamarine #67C2B0
Tints of Medium Aquamarine #67C2B0
RGB
CMYK
RGB Variations
Color information
#67C2B0 (or 0x67C2B0) is known color: Medium Aquamarine. HEX triplet: 67, C2 and B0. RGB value is (103,194,176). Sum of RGB (Red+Green+Blue) = 103+194+176=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #67C2B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67C2B0 is #983D4F. Grayscale: #A4A4A4. Windows color (decimal): -9977168 or 11584103. OLE color: 11584103.
HSL color Cylindrical-coordinate representation of color #67C2B0: hue angle of 168.13º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67C2B0 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 194 | 176 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.24 |
| HSL | 168.13º | 0.43% | 0.58% | - |
| HSV(B) | 168.13º | 0.47% | 0.76% | - |
| XYZ | 32.72 | 44.6 | 47.96 | - |
| YUV | 164.74 | 134.35 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 194 | 176 | 0.47 | 0 | 0.09 | 0.24 | 168.13 | 0.43 | 0.58 |
| Hex | 67 | C2 | B0 | 2F | 0 | 9 | 18 | A8 | 2B | 3A |
| Octal | 147 | 302 | 260 | 57 | 0 | 11 | 30 | 250 | 53 | 72 |
| Binary | 1100111 | 11000010 | 10110000 | 101111 | 0 | 1001 | 11000 | 10101000 | 101011 | 111010 |
Color Harmonies of #67C2B0
Complementary color
Monochromatic Colors of #67C2B0
Black with #67C2B0
Text Example
Text Example
White with #67C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C2B0; }
p { color: rgb(103,194,176); }
H1.HeaderClassName
{
color: #67C2B0;
}
.AnyTagClassName
{
color: #67C2B0;
}
</style>
background-color css
<style>
a { background-color: #67C2B0; }
a { background-color: rgb(103,194,176); }
div.DivClassName
{
background-color: #67C2B0;
}
.BgClassName
{
background-color: #67C2B0;
}
</style>
border-color css
<style>
span { border-color: #67C2B0; }
span { border-color: rgb(103,194,176); }
td.TdClassName
{
border-color: #67C2B0;
}
.TagClassName
{
border-color: #67C2B0;
}
</style>