Shades of Medium Aquamarine #67F096
Tints of Medium Aquamarine #67F096
RGB
CMYK
RGB Variations
Color information
#67F096 (or 0x67F096) is known color: Medium Aquamarine. HEX triplet: 67, F0 and 96. RGB value is (103,240,150). Sum of RGB (Red+Green+Blue) = 103+240+150=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #67F096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F096 is #980F69. Grayscale: #BDBDBD. Windows color (decimal): -9965418 or 9891943. OLE color: 9891943.
HSL color Cylindrical-coordinate representation of color #67F096: hue angle of 140.58º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F096 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 150 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.06 |
| HSL | 140.58º | 0.82% | 0.67% | - |
| HSV(B) | 140.58º | 0.57% | 0.94% | - |
| XYZ | 42.26 | 67.41 | 39.64 | - |
| YUV | 188.78 | 106.11 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 150 | 0.57 | 0 | 0.37 | 0.06 | 140.58 | 0.82 | 0.67 |
| Hex | 67 | F0 | 96 | 39 | 0 | 25 | 6 | 8D | 52 | 43 |
| Octal | 147 | 360 | 226 | 71 | 0 | 45 | 6 | 215 | 122 | 103 |
| Binary | 1100111 | 11110000 | 10010110 | 111001 | 0 | 100101 | 110 | 10001101 | 1010010 | 1000011 |
Color Harmonies of #67F096
Complementary color
Monochromatic Colors of #67F096
Black with #67F096
Text Example
Text Example
White with #67F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F096; }
p { color: rgb(103,240,150); }
H1.HeaderClassName
{
color: #67F096;
}
.AnyTagClassName
{
color: #67F096;
}
</style>
background-color css
<style>
a { background-color: #67F096; }
a { background-color: rgb(103,240,150); }
div.DivClassName
{
background-color: #67F096;
}
.BgClassName
{
background-color: #67F096;
}
</style>
border-color css
<style>
span { border-color: #67F096; }
span { border-color: rgb(103,240,150); }
td.TdClassName
{
border-color: #67F096;
}
.TagClassName
{
border-color: #67F096;
}
</style>