Shades of Medium Aquamarine #67F097
Tints of Medium Aquamarine #67F097
RGB
CMYK
RGB Variations
Color information
#67F097 (or 0x67F097) is known color: Medium Aquamarine. HEX triplet: 67, F0 and 97. RGB value is (103,240,151). Sum of RGB (Red+Green+Blue) = 103+240+151=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #67F097 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F097 is #980F68. Grayscale: #BDBDBD. Windows color (decimal): -9965417 or 9957479. OLE color: 9957479.
HSL color Cylindrical-coordinate representation of color #67F097: hue angle of 141.02º 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 #67F097 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 240 | 151 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.06 |
| HSL | 141.02º | 0.82% | 0.67% | - |
| HSV(B) | 141.02º | 0.57% | 0.94% | - |
| XYZ | 42.34 | 67.44 | 40.06 | - |
| YUV | 188.89 | 106.61 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 240 | 151 | 0.57 | 0 | 0.37 | 0.06 | 141.02 | 0.82 | 0.67 |
| Hex | 67 | F0 | 97 | 39 | 0 | 25 | 6 | 8D | 52 | 43 |
| Octal | 147 | 360 | 227 | 71 | 0 | 45 | 6 | 215 | 122 | 103 |
| Binary | 1100111 | 11110000 | 10010111 | 111001 | 0 | 100101 | 110 | 10001101 | 1010010 | 1000011 |
Color Harmonies of #67F097
Complementary color
Monochromatic Colors of #67F097
Black with #67F097
Text Example
Text Example
White with #67F097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F097; }
p { color: rgb(103,240,151); }
H1.HeaderClassName
{
color: #67F097;
}
.AnyTagClassName
{
color: #67F097;
}
</style>
background-color css
<style>
a { background-color: #67F097; }
a { background-color: rgb(103,240,151); }
div.DivClassName
{
background-color: #67F097;
}
.BgClassName
{
background-color: #67F097;
}
</style>
border-color css
<style>
span { border-color: #67F097; }
span { border-color: rgb(103,240,151); }
td.TdClassName
{
border-color: #67F097;
}
.TagClassName
{
border-color: #67F097;
}
</style>