Shades of Aquamarine #67FABA
Tints of Aquamarine #67FABA
RGB
CMYK
RGB Variations
Color information
#67FABA (or 0x67FABA) is known color: Aquamarine. HEX triplet: 67, FA and BA. RGB value is (103,250,186). Sum of RGB (Red+Green+Blue) = 103+250+186=539 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.11% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #67FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FABA is #980545. Grayscale: #C6C6C6. Windows color (decimal): -9962822 or 12253799. OLE color: 12253799.
HSL color Cylindrical-coordinate representation of color #67FABA: hue angle of 153.88º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FABA is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 250 | 186 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.02 |
| HSL | 153.88º | 0.94% | 0.69% | - |
| HSV(B) | 153.88º | 0.59% | 0.98% | - |
| XYZ | 48.64 | 74.8 | 58.33 | - |
| YUV | 198.75 | 120.8 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 250 | 186 | 0.59 | 0 | 0.26 | 0.02 | 153.88 | 0.94 | 0.69 |
| Hex | 67 | FA | BA | 3B | 0 | 1A | 2 | 9A | 5E | 45 |
| Octal | 147 | 372 | 272 | 73 | 0 | 32 | 2 | 232 | 136 | 105 |
| Binary | 1100111 | 11111010 | 10111010 | 111011 | 0 | 11010 | 10 | 10011010 | 1011110 | 1000101 |
Color Harmonies of #67FABA
Complementary color
Monochromatic Colors of #67FABA
Black with #67FABA
Text Example
Text Example
White with #67FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FABA; }
p { color: rgb(103,250,186); }
H1.HeaderClassName
{
color: #67FABA;
}
.AnyTagClassName
{
color: #67FABA;
}
</style>
background-color css
<style>
a { background-color: #67FABA; }
a { background-color: rgb(103,250,186); }
div.DivClassName
{
background-color: #67FABA;
}
.BgClassName
{
background-color: #67FABA;
}
</style>
border-color css
<style>
span { border-color: #67FABA; }
span { border-color: rgb(103,250,186); }
td.TdClassName
{
border-color: #67FABA;
}
.TagClassName
{
border-color: #67FABA;
}
</style>