Shades of Aquamarine #67F2BF
Tints of Aquamarine #67F2BF
RGB
CMYK
RGB Variations
Color information
#67F2BF (or 0x67F2BF) is known color: Aquamarine. HEX triplet: 67, F2 and BF. RGB value is (103,242,191). Sum of RGB (Red+Green+Blue) = 103+242+191=536 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.22% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F2BF is #980D40. Grayscale: #C2C2C2. Windows color (decimal): -9964865 or 12579431. OLE color: 12579431.
HSL color Cylindrical-coordinate representation of color #67F2BF: hue angle of 157.99º 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 #67F2BF is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 242 | 191 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.05 |
| HSL | 157.99º | 0.84% | 0.68% | - |
| HSV(B) | 157.99º | 0.57% | 0.95% | - |
| XYZ | 46.75 | 70.15 | 60.37 | - |
| YUV | 194.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 191 | 0.57 | 0 | 0.21 | 0.05 | 157.99 | 0.84 | 0.68 |
| Hex | 67 | F2 | BF | 39 | 0 | 15 | 5 | 9E | 54 | 44 |
| Octal | 147 | 362 | 277 | 71 | 0 | 25 | 5 | 236 | 124 | 104 |
| Binary | 1100111 | 11110010 | 10111111 | 111001 | 0 | 10101 | 101 | 10011110 | 1010100 | 1000100 |
Color Harmonies of #67F2BF
Complementary color
Monochromatic Colors of #67F2BF
Black with #67F2BF
Text Example
Text Example
White with #67F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F2BF; }
p { color: rgb(103,242,191); }
H1.HeaderClassName
{
color: #67F2BF;
}
.AnyTagClassName
{
color: #67F2BF;
}
</style>
background-color css
<style>
a { background-color: #67F2BF; }
a { background-color: rgb(103,242,191); }
div.DivClassName
{
background-color: #67F2BF;
}
.BgClassName
{
background-color: #67F2BF;
}
</style>
border-color css
<style>
span { border-color: #67F2BF; }
span { border-color: rgb(103,242,191); }
td.TdClassName
{
border-color: #67F2BF;
}
.TagClassName
{
border-color: #67F2BF;
}
</style>