Shades of Aquamarine #68F7BD
Tints of Aquamarine #68F7BD
RGB
CMYK
RGB Variations
Color information
#68F7BD (or 0x68F7BD) is known color: Aquamarine. HEX triplet: 68, F7 and BD. RGB value is (104,247,189). Sum of RGB (Red+Green+Blue) = 104+247+189=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #68F7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F7BD is #970842. Grayscale: #C5C5C5. Windows color (decimal): -9898051 or 12449640. OLE color: 12449640.
HSL color Cylindrical-coordinate representation of color #68F7BD: hue angle of 155.66º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F7BD is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 247 | 189 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.03 |
| HSL | 155.66º | 0.9% | 0.69% | - |
| HSV(B) | 155.66º | 0.58% | 0.97% | - |
| XYZ | 48.15 | 73.14 | 59.72 | - |
| YUV | 197.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 247 | 189 | 0.58 | 0 | 0.23 | 0.03 | 155.66 | 0.9 | 0.69 |
| Hex | 68 | F7 | BD | 3A | 0 | 17 | 3 | 9C | 5A | 45 |
| Octal | 150 | 367 | 275 | 72 | 0 | 27 | 3 | 234 | 132 | 105 |
| Binary | 1101000 | 11110111 | 10111101 | 111010 | 0 | 10111 | 11 | 10011100 | 1011010 | 1000101 |
Color Harmonies of #68F7BD
Complementary color
Monochromatic Colors of #68F7BD
Black with #68F7BD
Text Example
Text Example
White with #68F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F7BD; }
p { color: rgb(104,247,189); }
H1.HeaderClassName
{
color: #68F7BD;
}
.AnyTagClassName
{
color: #68F7BD;
}
</style>
background-color css
<style>
a { background-color: #68F7BD; }
a { background-color: rgb(104,247,189); }
div.DivClassName
{
background-color: #68F7BD;
}
.BgClassName
{
background-color: #68F7BD;
}
</style>
border-color css
<style>
span { border-color: #68F7BD; }
span { border-color: rgb(104,247,189); }
td.TdClassName
{
border-color: #68F7BD;
}
.TagClassName
{
border-color: #68F7BD;
}
</style>