Shades of Medium Aquamarine #67F2AF
Tints of Medium Aquamarine #67F2AF
RGB
CMYK
RGB Variations
Color information
#67F2AF (or 0x67F2AF) is known color: Medium Aquamarine. HEX triplet: 67, F2 and AF. RGB value is (103,242,175). Sum of RGB (Red+Green+Blue) = 103+242+175=520 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.81% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67F2AF is #980D50. Grayscale: #C0C0C0. Windows color (decimal): -9964881 or 11530855. OLE color: 11530855.
HSL color Cylindrical-coordinate representation of color #67F2AF: hue angle of 151.08º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F2AF is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 242 | 175 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.05 |
| HSL | 151.08º | 0.84% | 0.68% | - |
| HSV(B) | 151.08º | 0.57% | 0.95% | - |
| XYZ | 45.08 | 69.48 | 51.59 | - |
| YUV | 192.8 | 117.95 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 175 | 0.57 | 0 | 0.28 | 0.05 | 151.08 | 0.84 | 0.68 |
| Hex | 67 | F2 | AF | 39 | 0 | 1C | 5 | 97 | 54 | 44 |
| Octal | 147 | 362 | 257 | 71 | 0 | 34 | 5 | 227 | 124 | 104 |
| Binary | 1100111 | 11110010 | 10101111 | 111001 | 0 | 11100 | 101 | 10010111 | 1010100 | 1000100 |
Color Harmonies of #67F2AF
Complementary color
Monochromatic Colors of #67F2AF
Black with #67F2AF
Text Example
Text Example
White with #67F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F2AF; }
p { color: rgb(103,242,175); }
H1.HeaderClassName
{
color: #67F2AF;
}
.AnyTagClassName
{
color: #67F2AF;
}
</style>
background-color css
<style>
a { background-color: #67F2AF; }
a { background-color: rgb(103,242,175); }
div.DivClassName
{
background-color: #67F2AF;
}
.BgClassName
{
background-color: #67F2AF;
}
</style>
border-color css
<style>
span { border-color: #67F2AF; }
span { border-color: rgb(103,242,175); }
td.TdClassName
{
border-color: #67F2AF;
}
.TagClassName
{
border-color: #67F2AF;
}
</style>