Shades of Aquamarine #67F3BE
Tints of Aquamarine #67F3BE
RGB
CMYK
RGB Variations
Color information
#67F3BE (or 0x67F3BE) is known color: Aquamarine. HEX triplet: 67, F3 and BE. RGB value is (103,243,190). Sum of RGB (Red+Green+Blue) = 103+243+190=536 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.22% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #67F3BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F3BE is #980C41. Grayscale: #C3C3C3. Windows color (decimal): -9964610 or 12514151. OLE color: 12514151.
HSL color Cylindrical-coordinate representation of color #67F3BE: hue angle of 157.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67F3BE is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 243 | 190 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.05 |
| HSL | 157.29º | 0.85% | 0.68% | - |
| HSV(B) | 157.29º | 0.58% | 0.95% | - |
| XYZ | 46.94 | 70.7 | 59.89 | - |
| YUV | 195.1 | 125.12 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 243 | 190 | 0.58 | 0 | 0.22 | 0.05 | 157.29 | 0.85 | 0.68 |
| Hex | 67 | F3 | BE | 3A | 0 | 16 | 5 | 9D | 55 | 44 |
| Octal | 147 | 363 | 276 | 72 | 0 | 26 | 5 | 235 | 125 | 104 |
| Binary | 1100111 | 11110011 | 10111110 | 111010 | 0 | 10110 | 101 | 10011101 | 1010101 | 1000100 |
Color Harmonies of #67F3BE
Complementary color
Monochromatic Colors of #67F3BE
Black with #67F3BE
Text Example
Text Example
White with #67F3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F3BE; }
p { color: rgb(103,243,190); }
H1.HeaderClassName
{
color: #67F3BE;
}
.AnyTagClassName
{
color: #67F3BE;
}
</style>
background-color css
<style>
a { background-color: #67F3BE; }
a { background-color: rgb(103,243,190); }
div.DivClassName
{
background-color: #67F3BE;
}
.BgClassName
{
background-color: #67F3BE;
}
</style>
border-color css
<style>
span { border-color: #67F3BE; }
span { border-color: rgb(103,243,190); }
td.TdClassName
{
border-color: #67F3BE;
}
.TagClassName
{
border-color: #67F3BE;
}
</style>