Shades of Medium Aquamarine #67CCA0
Tints of Medium Aquamarine #67CCA0
RGB
CMYK
RGB Variations
Color information
#67CCA0 (or 0x67CCA0) is known color: Medium Aquamarine. HEX triplet: 67, CC and A0. RGB value is (103,204,160). Sum of RGB (Red+Green+Blue) = 103+204+160=467 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.06% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #67CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CCA0 is #98335F. Grayscale: #A8A8A8. Windows color (decimal): -9974624 or 10538087. OLE color: 10538087.
HSL color Cylindrical-coordinate representation of color #67CCA0: hue angle of 153.86º 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 #67CCA0 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 204 | 160 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.2 |
| HSL | 153.86º | 0.5% | 0.6% | - |
| HSV(B) | 153.86º | 0.5% | 0.8% | - |
| XYZ | 33.53 | 48.61 | 40.87 | - |
| YUV | 168.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 160 | 0.50 | 0 | 0.22 | 0.2 | 153.86 | 0.5 | 0.6 |
| Hex | 67 | CC | A0 | 32 | 0 | 16 | 14 | 9A | 32 | 3C |
| Octal | 147 | 314 | 240 | 62 | 0 | 26 | 24 | 232 | 62 | 74 |
| Binary | 1100111 | 11001100 | 10100000 | 110010 | 0 | 10110 | 10100 | 10011010 | 110010 | 111100 |
Color Harmonies of #67CCA0
Complementary color
Monochromatic Colors of #67CCA0
Black with #67CCA0
Text Example
Text Example
White with #67CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCA0; }
p { color: rgb(103,204,160); }
H1.HeaderClassName
{
color: #67CCA0;
}
.AnyTagClassName
{
color: #67CCA0;
}
</style>
background-color css
<style>
a { background-color: #67CCA0; }
a { background-color: rgb(103,204,160); }
div.DivClassName
{
background-color: #67CCA0;
}
.BgClassName
{
background-color: #67CCA0;
}
</style>
border-color css
<style>
span { border-color: #67CCA0; }
span { border-color: rgb(103,204,160); }
td.TdClassName
{
border-color: #67CCA0;
}
.TagClassName
{
border-color: #67CCA0;
}
</style>