Shades of Aquamarine #67F2BD
Tints of Aquamarine #67F2BD
RGB
CMYK
RGB Variations
Color information
#67F2BD (or 0x67F2BD) is known color: Aquamarine. HEX triplet: 67, F2 and BD. RGB value is (103,242,189). Sum of RGB (Red+Green+Blue) = 103+242+189=534 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.29% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F2BD is #980D42. Grayscale: #C2C2C2. Windows color (decimal): -9964867 or 12448359. OLE color: 12448359.
HSL color Cylindrical-coordinate representation of color #67F2BD: hue angle of 157.12º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F2BD is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 242 | 189 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.05 |
| HSL | 157.12º | 0.84% | 0.68% | - |
| HSV(B) | 157.12º | 0.57% | 0.95% | - |
| XYZ | 46.53 | 70.06 | 59.21 | - |
| YUV | 194.4 | 124.95 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 189 | 0.57 | 0 | 0.22 | 0.05 | 157.12 | 0.84 | 0.68 |
| Hex | 67 | F2 | BD | 39 | 0 | 16 | 5 | 9D | 54 | 44 |
| Octal | 147 | 362 | 275 | 71 | 0 | 26 | 5 | 235 | 124 | 104 |
| Binary | 1100111 | 11110010 | 10111101 | 111001 | 0 | 10110 | 101 | 10011101 | 1010100 | 1000100 |
Color Harmonies of #67F2BD
Complementary color
Monochromatic Colors of #67F2BD
Black with #67F2BD
Text Example
Text Example
White with #67F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F2BD; }
p { color: rgb(103,242,189); }
H1.HeaderClassName
{
color: #67F2BD;
}
.AnyTagClassName
{
color: #67F2BD;
}
</style>
background-color css
<style>
a { background-color: #67F2BD; }
a { background-color: rgb(103,242,189); }
div.DivClassName
{
background-color: #67F2BD;
}
.BgClassName
{
background-color: #67F2BD;
}
</style>
border-color css
<style>
span { border-color: #67F2BD; }
span { border-color: rgb(103,242,189); }
td.TdClassName
{
border-color: #67F2BD;
}
.TagClassName
{
border-color: #67F2BD;
}
</style>