Shades of Aquamarine #68F6BD
Tints of Aquamarine #68F6BD
RGB
CMYK
RGB Variations
Color information
#68F6BD (or 0x68F6BD) is known color: Aquamarine. HEX triplet: 68, F6 and BD. RGB value is (104,246,189). Sum of RGB (Red+Green+Blue) = 104+246+189=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F6BD is #970942. Grayscale: #C5C5C5. Windows color (decimal): -9898307 or 12449384. OLE color: 12449384.
HSL color Cylindrical-coordinate representation of color #68F6BD: hue angle of 155.92º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6BD is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 246 | 189 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.04 |
| HSL | 155.92º | 0.89% | 0.69% | - |
| HSV(B) | 155.92º | 0.58% | 0.96% | - |
| XYZ | 47.85 | 72.53 | 59.62 | - |
| YUV | 197.04 | 123.46 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 246 | 189 | 0.58 | 0 | 0.23 | 0.04 | 155.92 | 0.89 | 0.69 |
| Hex | 68 | F6 | BD | 3A | 0 | 17 | 4 | 9C | 59 | 45 |
| Octal | 150 | 366 | 275 | 72 | 0 | 27 | 4 | 234 | 131 | 105 |
| Binary | 1101000 | 11110110 | 10111101 | 111010 | 0 | 10111 | 100 | 10011100 | 1011001 | 1000101 |
Color Harmonies of #68F6BD
Complementary color
Monochromatic Colors of #68F6BD
Black with #68F6BD
Text Example
Text Example
White with #68F6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F6BD; }
p { color: rgb(104,246,189); }
H1.HeaderClassName
{
color: #68F6BD;
}
.AnyTagClassName
{
color: #68F6BD;
}
</style>
background-color css
<style>
a { background-color: #68F6BD; }
a { background-color: rgb(104,246,189); }
div.DivClassName
{
background-color: #68F6BD;
}
.BgClassName
{
background-color: #68F6BD;
}
</style>
border-color css
<style>
span { border-color: #68F6BD; }
span { border-color: rgb(104,246,189); }
td.TdClassName
{
border-color: #68F6BD;
}
.TagClassName
{
border-color: #68F6BD;
}
</style>