Shades of Medium Aquamarine #67E0A0
Tints of Medium Aquamarine #67E0A0
RGB
CMYK
RGB Variations
Color information
#67E0A0 (or 0x67E0A0) is known color: Medium Aquamarine. HEX triplet: 67, E0 and A0. RGB value is (103,224,160). Sum of RGB (Red+Green+Blue) = 103+224+160=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #67E0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67E0A0 is #981F5F. Grayscale: #B4B4B4. Windows color (decimal): -9969504 or 10543207. OLE color: 10543207.
HSL color Cylindrical-coordinate representation of color #67E0A0: hue angle of 148.26º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67E0A0 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 224 | 160 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.12 |
| HSL | 148.26º | 0.66% | 0.64% | - |
| HSV(B) | 148.26º | 0.54% | 0.88% | - |
| XYZ | 38.59 | 58.73 | 42.56 | - |
| YUV | 180.53 | 116.41 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 224 | 160 | 0.54 | 0 | 0.29 | 0.12 | 148.26 | 0.66 | 0.64 |
| Hex | 67 | E0 | A0 | 36 | 0 | 1D | C | 94 | 42 | 40 |
| Octal | 147 | 340 | 240 | 66 | 0 | 35 | 14 | 224 | 102 | 100 |
| Binary | 1100111 | 11100000 | 10100000 | 110110 | 0 | 11101 | 1100 | 10010100 | 1000010 | 1000000 |
Color Harmonies of #67E0A0
Complementary color
Monochromatic Colors of #67E0A0
Black with #67E0A0
Text Example
Text Example
White with #67E0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E0A0; }
p { color: rgb(103,224,160); }
H1.HeaderClassName
{
color: #67E0A0;
}
.AnyTagClassName
{
color: #67E0A0;
}
</style>
background-color css
<style>
a { background-color: #67E0A0; }
a { background-color: rgb(103,224,160); }
div.DivClassName
{
background-color: #67E0A0;
}
.BgClassName
{
background-color: #67E0A0;
}
</style>
border-color css
<style>
span { border-color: #67E0A0; }
span { border-color: rgb(103,224,160); }
td.TdClassName
{
border-color: #67E0A0;
}
.TagClassName
{
border-color: #67E0A0;
}
</style>