Shades of Aquamarine #68F3BA
Tints of Aquamarine #68F3BA
RGB
CMYK
RGB Variations
Color information
#68F3BA (or 0x68F3BA) is known color: Aquamarine. HEX triplet: 68, F3 and BA. RGB value is (104,243,186). Sum of RGB (Red+Green+Blue) = 104+243+186=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F3BA is #970C45. Grayscale: #C3C3C3. Windows color (decimal): -9899078 or 12252008. OLE color: 12252008.
HSL color Cylindrical-coordinate representation of color #68F3BA: hue angle of 155.4º degrees, saturation: 0.85, 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 #68F3BA is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 186 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.05 |
| HSL | 155.4º | 0.85% | 0.68% | - |
| HSV(B) | 155.4º | 0.57% | 0.95% | - |
| XYZ | 46.62 | 70.59 | 57.62 | - |
| YUV | 194.94 | 122.95 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 186 | 0.57 | 0 | 0.23 | 0.05 | 155.4 | 0.85 | 0.68 |
| Hex | 68 | F3 | BA | 39 | 0 | 17 | 5 | 9B | 55 | 44 |
| Octal | 150 | 363 | 272 | 71 | 0 | 27 | 5 | 233 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10111010 | 111001 | 0 | 10111 | 101 | 10011011 | 1010101 | 1000100 |
Color Harmonies of #68F3BA
Complementary color
Monochromatic Colors of #68F3BA
Black with #68F3BA
Text Example
Text Example
White with #68F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F3BA; }
p { color: rgb(104,243,186); }
H1.HeaderClassName
{
color: #68F3BA;
}
.AnyTagClassName
{
color: #68F3BA;
}
</style>
background-color css
<style>
a { background-color: #68F3BA; }
a { background-color: rgb(104,243,186); }
div.DivClassName
{
background-color: #68F3BA;
}
.BgClassName
{
background-color: #68F3BA;
}
</style>
border-color css
<style>
span { border-color: #68F3BA; }
span { border-color: rgb(104,243,186); }
td.TdClassName
{
border-color: #68F3BA;
}
.TagClassName
{
border-color: #68F3BA;
}
</style>