Shades of Medium Aquamarine #67CCA6
Tints of Medium Aquamarine #67CCA6
RGB
CMYK
RGB Variations
Color information
#67CCA6 (or 0x67CCA6) is known color: Medium Aquamarine. HEX triplet: 67, CC and A6. RGB value is (103,204,166). Sum of RGB (Red+Green+Blue) = 103+204+166=473 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.78% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #67CCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CCA6 is #983359. Grayscale: #A9A9A9. Windows color (decimal): -9974618 or 10931303. OLE color: 10931303.
HSL color Cylindrical-coordinate representation of color #67CCA6: hue angle of 157.43º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CCA6 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 204 | 166 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.2 |
| HSL | 157.43º | 0.5% | 0.6% | - |
| HSV(B) | 157.43º | 0.5% | 0.8% | - |
| XYZ | 34.07 | 48.82 | 43.7 | - |
| YUV | 169.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 166 | 0.50 | 0 | 0.19 | 0.2 | 157.43 | 0.5 | 0.6 |
| Hex | 67 | CC | A6 | 32 | 0 | 13 | 14 | 9D | 32 | 3C |
| Octal | 147 | 314 | 246 | 62 | 0 | 23 | 24 | 235 | 62 | 74 |
| Binary | 1100111 | 11001100 | 10100110 | 110010 | 0 | 10011 | 10100 | 10011101 | 110010 | 111100 |
Color Harmonies of #67CCA6
Complementary color
Monochromatic Colors of #67CCA6
Black with #67CCA6
Text Example
Text Example
White with #67CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCA6; }
p { color: rgb(103,204,166); }
H1.HeaderClassName
{
color: #67CCA6;
}
.AnyTagClassName
{
color: #67CCA6;
}
</style>
background-color css
<style>
a { background-color: #67CCA6; }
a { background-color: rgb(103,204,166); }
div.DivClassName
{
background-color: #67CCA6;
}
.BgClassName
{
background-color: #67CCA6;
}
</style>
border-color css
<style>
span { border-color: #67CCA6; }
span { border-color: rgb(103,204,166); }
td.TdClassName
{
border-color: #67CCA6;
}
.TagClassName
{
border-color: #67CCA6;
}
</style>