Shades of Aquamarine #67F3BF
Tints of Aquamarine #67F3BF
RGB
CMYK
RGB Variations
Color information
#67F3BF (or 0x67F3BF) is known color: Aquamarine. HEX triplet: 67, F3 and BF. RGB value is (103,243,191). Sum of RGB (Red+Green+Blue) = 103+243+191=537 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.18% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #67F3BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F3BF is #980C40. Grayscale: #C3C3C3. Windows color (decimal): -9964609 or 12579687. OLE color: 12579687.
HSL color Cylindrical-coordinate representation of color #67F3BF: hue angle of 157.71º 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 #67F3BF is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 243 | 191 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.05 |
| HSL | 157.71º | 0.85% | 0.68% | - |
| HSV(B) | 157.71º | 0.58% | 0.95% | - |
| XYZ | 47.05 | 70.75 | 60.47 | - |
| YUV | 195.21 | 125.62 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 243 | 191 | 0.58 | 0 | 0.21 | 0.05 | 157.71 | 0.85 | 0.68 |
| Hex | 67 | F3 | BF | 3A | 0 | 15 | 5 | 9E | 55 | 44 |
| Octal | 147 | 363 | 277 | 72 | 0 | 25 | 5 | 236 | 125 | 104 |
| Binary | 1100111 | 11110011 | 10111111 | 111010 | 0 | 10101 | 101 | 10011110 | 1010101 | 1000100 |
Color Harmonies of #67F3BF
Complementary color
Monochromatic Colors of #67F3BF
Black with #67F3BF
Text Example
Text Example
White with #67F3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F3BF; }
p { color: rgb(103,243,191); }
H1.HeaderClassName
{
color: #67F3BF;
}
.AnyTagClassName
{
color: #67F3BF;
}
</style>
background-color css
<style>
a { background-color: #67F3BF; }
a { background-color: rgb(103,243,191); }
div.DivClassName
{
background-color: #67F3BF;
}
.BgClassName
{
background-color: #67F3BF;
}
</style>
border-color css
<style>
span { border-color: #67F3BF; }
span { border-color: rgb(103,243,191); }
td.TdClassName
{
border-color: #67F3BF;
}
.TagClassName
{
border-color: #67F3BF;
}
</style>