Shades of Medium Aquamarine #67EC96
Tints of Medium Aquamarine #67EC96
RGB
CMYK
RGB Variations
Color information
#67EC96 (or 0x67EC96) is known color: Medium Aquamarine. HEX triplet: 67, EC and 96. RGB value is (103,236,150). Sum of RGB (Red+Green+Blue) = 103+236+150=489 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.06% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #67EC96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67EC96 is #981369. Grayscale: #BABABA. Windows color (decimal): -9966442 or 9890919. OLE color: 9890919.
HSL color Cylindrical-coordinate representation of color #67EC96: hue angle of 141.2º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67EC96 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 150 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.07 |
| HSL | 141.2º | 0.78% | 0.66% | - |
| HSV(B) | 141.2º | 0.56% | 0.93% | - |
| XYZ | 41.09 | 65.08 | 39.25 | - |
| YUV | 186.43 | 107.44 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 150 | 0.56 | 0 | 0.36 | 0.07 | 141.2 | 0.78 | 0.66 |
| Hex | 67 | EC | 96 | 38 | 0 | 24 | 7 | 8D | 4E | 42 |
| Octal | 147 | 354 | 226 | 70 | 0 | 44 | 7 | 215 | 116 | 102 |
| Binary | 1100111 | 11101100 | 10010110 | 111000 | 0 | 100100 | 111 | 10001101 | 1001110 | 1000010 |
Color Harmonies of #67EC96
Complementary color
Monochromatic Colors of #67EC96
Black with #67EC96
Text Example
Text Example
White with #67EC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EC96; }
p { color: rgb(103,236,150); }
H1.HeaderClassName
{
color: #67EC96;
}
.AnyTagClassName
{
color: #67EC96;
}
</style>
background-color css
<style>
a { background-color: #67EC96; }
a { background-color: rgb(103,236,150); }
div.DivClassName
{
background-color: #67EC96;
}
.BgClassName
{
background-color: #67EC96;
}
</style>
border-color css
<style>
span { border-color: #67EC96; }
span { border-color: rgb(103,236,150); }
td.TdClassName
{
border-color: #67EC96;
}
.TagClassName
{
border-color: #67EC96;
}
</style>