Shades of Aquamarine #67FCBB
Tints of Aquamarine #67FCBB
RGB
CMYK
RGB Variations
Color information
#67FCBB (or 0x67FCBB) is known color: Aquamarine. HEX triplet: 67, FC and BB. RGB value is (103,252,187). Sum of RGB (Red+Green+Blue) = 103+252+187=542 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.00% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #67FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FCBB is #980344. Grayscale: #C8C8C8. Windows color (decimal): -9962309 or 12319847. OLE color: 12319847.
HSL color Cylindrical-coordinate representation of color #67FCBB: hue angle of 153.83º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FCBB is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 252 | 187 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.01 |
| HSL | 153.83º | 0.96% | 0.7% | - |
| HSV(B) | 153.83º | 0.59% | 0.99% | - |
| XYZ | 49.37 | 76.09 | 59.1 | - |
| YUV | 200.04 | 120.64 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 252 | 187 | 0.59 | 0 | 0.26 | 0.01 | 153.83 | 0.96 | 0.7 |
| Hex | 67 | FC | BB | 3B | 0 | 1A | 1 | 9A | 60 | 46 |
| Octal | 147 | 374 | 273 | 73 | 0 | 32 | 1 | 232 | 140 | 106 |
| Binary | 1100111 | 11111100 | 10111011 | 111011 | 0 | 11010 | 1 | 10011010 | 1100000 | 1000110 |
Color Harmonies of #67FCBB
Complementary color
Monochromatic Colors of #67FCBB
Black with #67FCBB
Text Example
Text Example
White with #67FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67FCBB; }
p { color: rgb(103,252,187); }
H1.HeaderClassName
{
color: #67FCBB;
}
.AnyTagClassName
{
color: #67FCBB;
}
</style>
background-color css
<style>
a { background-color: #67FCBB; }
a { background-color: rgb(103,252,187); }
div.DivClassName
{
background-color: #67FCBB;
}
.BgClassName
{
background-color: #67FCBB;
}
</style>
border-color css
<style>
span { border-color: #67FCBB; }
span { border-color: rgb(103,252,187); }
td.TdClassName
{
border-color: #67FCBB;
}
.TagClassName
{
border-color: #67FCBB;
}
</style>