Shades of Aquamarine #68F8BC
Tints of Aquamarine #68F8BC
RGB
CMYK
RGB Variations
Color information
#68F8BC (or 0x68F8BC) is known color: Aquamarine. HEX triplet: 68, F8 and BC. RGB value is (104,248,188). Sum of RGB (Red+Green+Blue) = 104+248+188=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #68F8BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F8BC is #970743. Grayscale: #C6C6C6. Windows color (decimal): -9897796 or 12384360. OLE color: 12384360.
HSL color Cylindrical-coordinate representation of color #68F8BC: hue angle of 155º degrees, saturation: 0.91, 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 #68F8BC is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 248 | 188 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.03 |
| HSL | 155º | 0.91% | 0.69% | - |
| HSV(B) | 155º | 0.58% | 0.97% | - |
| XYZ | 48.35 | 73.71 | 59.26 | - |
| YUV | 198.1 | 122.29 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 248 | 188 | 0.58 | 0 | 0.24 | 0.03 | 155 | 0.91 | 0.69 |
| Hex | 68 | F8 | BC | 3A | 0 | 18 | 3 | 9B | 5B | 45 |
| Octal | 150 | 370 | 274 | 72 | 0 | 30 | 3 | 233 | 133 | 105 |
| Binary | 1101000 | 11111000 | 10111100 | 111010 | 0 | 11000 | 11 | 10011011 | 1011011 | 1000101 |
Color Harmonies of #68F8BC
Complementary color
Monochromatic Colors of #68F8BC
Black with #68F8BC
Text Example
Text Example
White with #68F8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F8BC; }
p { color: rgb(104,248,188); }
H1.HeaderClassName
{
color: #68F8BC;
}
.AnyTagClassName
{
color: #68F8BC;
}
</style>
background-color css
<style>
a { background-color: #68F8BC; }
a { background-color: rgb(104,248,188); }
div.DivClassName
{
background-color: #68F8BC;
}
.BgClassName
{
background-color: #68F8BC;
}
</style>
border-color css
<style>
span { border-color: #68F8BC; }
span { border-color: rgb(104,248,188); }
td.TdClassName
{
border-color: #68F8BC;
}
.TagClassName
{
border-color: #68F8BC;
}
</style>