Shades of Medium Aquamarine #67CBA0
Tints of Medium Aquamarine #67CBA0
RGB
CMYK
RGB Variations
Color information
#67CBA0 (or 0x67CBA0) is known color: Medium Aquamarine. HEX triplet: 67, CB and A0. RGB value is (103,203,160). Sum of RGB (Red+Green+Blue) = 103+203+160=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #67CBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CBA0 is #98345F. Grayscale: #A8A8A8. Windows color (decimal): -9974880 or 10537831. OLE color: 10537831.
HSL color Cylindrical-coordinate representation of color #67CBA0: hue angle of 154.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CBA0 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 160 | - |
| CMYK | 0.49 | 0 | 0.21 | 0.20 |
| HSL | 154.2º | 0.49% | 0.6% | - |
| HSV(B) | 154.2º | 0.49% | 0.8% | - |
| XYZ | 33.29 | 48.13 | 40.79 | - |
| YUV | 168.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 160 | 0.49 | 0 | 0.21 | 0.20 | 154.2 | 0.49 | 0.6 |
| Hex | 67 | CB | A0 | 31 | 0 | 15 | 14 | 9A | 31 | 3C |
| Octal | 147 | 313 | 240 | 61 | 0 | 25 | 24 | 232 | 61 | 74 |
| Binary | 1100111 | 11001011 | 10100000 | 110001 | 0 | 10101 | 10100 | 10011010 | 110001 | 111100 |
Color Harmonies of #67CBA0
Complementary color
Monochromatic Colors of #67CBA0
Black with #67CBA0
Text Example
Text Example
White with #67CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CBA0; }
p { color: rgb(103,203,160); }
H1.HeaderClassName
{
color: #67CBA0;
}
.AnyTagClassName
{
color: #67CBA0;
}
</style>
background-color css
<style>
a { background-color: #67CBA0; }
a { background-color: rgb(103,203,160); }
div.DivClassName
{
background-color: #67CBA0;
}
.BgClassName
{
background-color: #67CBA0;
}
</style>
border-color css
<style>
span { border-color: #67CBA0; }
span { border-color: rgb(103,203,160); }
td.TdClassName
{
border-color: #67CBA0;
}
.TagClassName
{
border-color: #67CBA0;
}
</style>