Shades of Aquamarine #67FFBF
Tints of Aquamarine #67FFBF
RGB
CMYK
RGB Variations
Color information
#67FFBF (or 0x67FFBF) is known color: Aquamarine. HEX triplet: 67, FF and BF. RGB value is (103,255,191). Sum of RGB (Red+Green+Blue) = 103+255+191=549 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.76% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #67FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FFBF is #980040. Grayscale: #CACACA. Windows color (decimal): -9961537 or 12582759. OLE color: 12582759.
HSL color Cylindrical-coordinate representation of color #67FFBF: hue angle of 154.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67FFBF is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 255 | 191 | - |
| CMYK | 0.60 | 0 | 0.25 | 0 |
| HSL | 154.74º | 1% | 0.7% | - |
| HSV(B) | 154.74º | 0.6% | 1% | - |
| XYZ | 50.76 | 78.17 | 61.7 | - |
| YUV | 202.26 | 121.64 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 255 | 191 | 0.60 | 0 | 0.25 | 0 | 154.74 | 1 | 0.7 |
| Hex | 67 | FF | BF | 3C | 0 | 19 | 0 | 9B | 64 | 46 |
| Octal | 147 | 377 | 277 | 74 | 0 | 31 | 0 | 233 | 144 | 106 |
| Binary | 1100111 | 11111111 | 10111111 | 111100 | 0 | 11001 | 0 | 10011011 | 1100100 | 1000110 |
Color Harmonies of #67FFBF
Complementary color
Monochromatic Colors of #67FFBF
Black with #67FFBF
Text Example
Text Example
White with #67FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FFBF; }
p { color: rgb(103,255,191); }
H1.HeaderClassName
{
color: #67FFBF;
}
.AnyTagClassName
{
color: #67FFBF;
}
</style>
background-color css
<style>
a { background-color: #67FFBF; }
a { background-color: rgb(103,255,191); }
div.DivClassName
{
background-color: #67FFBF;
}
.BgClassName
{
background-color: #67FFBF;
}
</style>
border-color css
<style>
span { border-color: #67FFBF; }
span { border-color: rgb(103,255,191); }
td.TdClassName
{
border-color: #67FFBF;
}
.TagClassName
{
border-color: #67FFBF;
}
</style>