Shades of Aquamarine #67F6BA
Tints of Aquamarine #67F6BA
RGB
CMYK
RGB Variations
Color information
#67F6BA (or 0x67F6BA) is known color: Aquamarine. HEX triplet: 67, F6 and BA. RGB value is (103,246,186). Sum of RGB (Red+Green+Blue) = 103+246+186=535 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.25% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #67F6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F6BA is #980945. Grayscale: #C4C4C4. Windows color (decimal): -9963846 or 12252775. OLE color: 12252775.
HSL color Cylindrical-coordinate representation of color #67F6BA: hue angle of 154.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67F6BA is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 246 | 186 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.04 |
| HSL | 154.83º | 0.89% | 0.68% | - |
| HSV(B) | 154.83º | 0.58% | 0.96% | - |
| XYZ | 47.41 | 72.34 | 57.92 | - |
| YUV | 196.4 | 122.12 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 246 | 186 | 0.58 | 0 | 0.24 | 0.04 | 154.83 | 0.89 | 0.68 |
| Hex | 67 | F6 | BA | 3A | 0 | 18 | 4 | 9B | 59 | 44 |
| Octal | 147 | 366 | 272 | 72 | 0 | 30 | 4 | 233 | 131 | 104 |
| Binary | 1100111 | 11110110 | 10111010 | 111010 | 0 | 11000 | 100 | 10011011 | 1011001 | 1000100 |
Color Harmonies of #67F6BA
Complementary color
Monochromatic Colors of #67F6BA
Black with #67F6BA
Text Example
Text Example
White with #67F6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F6BA; }
p { color: rgb(103,246,186); }
H1.HeaderClassName
{
color: #67F6BA;
}
.AnyTagClassName
{
color: #67F6BA;
}
</style>
background-color css
<style>
a { background-color: #67F6BA; }
a { background-color: rgb(103,246,186); }
div.DivClassName
{
background-color: #67F6BA;
}
.BgClassName
{
background-color: #67F6BA;
}
</style>
border-color css
<style>
span { border-color: #67F6BA; }
span { border-color: rgb(103,246,186); }
td.TdClassName
{
border-color: #67F6BA;
}
.TagClassName
{
border-color: #67F6BA;
}
</style>