Shades of Aquamarine #67F4BB
Tints of Aquamarine #67F4BB
RGB
CMYK
RGB Variations
Color information
#67F4BB (or 0x67F4BB) is known color: Aquamarine. HEX triplet: 67, F4 and BB. RGB value is (103,244,187). Sum of RGB (Red+Green+Blue) = 103+244+187=534 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.29% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #67F4BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F4BB is #980B44. Grayscale: #C3C3C3. Windows color (decimal): -9964357 or 12317799. OLE color: 12317799.
HSL color Cylindrical-coordinate representation of color #67F4BB: hue angle of 155.74º degrees, saturation: 0.87, 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 #67F4BB is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 244 | 187 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.04 |
| HSL | 155.74º | 0.87% | 0.68% | - |
| HSV(B) | 155.74º | 0.58% | 0.96% | - |
| XYZ | 46.91 | 71.17 | 58.28 | - |
| YUV | 195.34 | 123.29 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 244 | 187 | 0.58 | 0 | 0.23 | 0.04 | 155.74 | 0.87 | 0.68 |
| Hex | 67 | F4 | BB | 3A | 0 | 17 | 4 | 9C | 57 | 44 |
| Octal | 147 | 364 | 273 | 72 | 0 | 27 | 4 | 234 | 127 | 104 |
| Binary | 1100111 | 11110100 | 10111011 | 111010 | 0 | 10111 | 100 | 10011100 | 1010111 | 1000100 |
Color Harmonies of #67F4BB
Complementary color
Monochromatic Colors of #67F4BB
Black with #67F4BB
Text Example
Text Example
White with #67F4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F4BB; }
p { color: rgb(103,244,187); }
H1.HeaderClassName
{
color: #67F4BB;
}
.AnyTagClassName
{
color: #67F4BB;
}
</style>
background-color css
<style>
a { background-color: #67F4BB; }
a { background-color: rgb(103,244,187); }
div.DivClassName
{
background-color: #67F4BB;
}
.BgClassName
{
background-color: #67F4BB;
}
</style>
border-color css
<style>
span { border-color: #67F4BB; }
span { border-color: rgb(103,244,187); }
td.TdClassName
{
border-color: #67F4BB;
}
.TagClassName
{
border-color: #67F4BB;
}
</style>