Shades of Aquamarine #68FABC
Tints of Aquamarine #68FABC
RGB
CMYK
RGB Variations
Color information
#68FABC (or 0x68FABC) is known color: Aquamarine. HEX triplet: 68, FA and BC. RGB value is (104,250,188). Sum of RGB (Red+Green+Blue) = 104+250+188=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #68FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FABC is #970543. Grayscale: #C7C7C7. Windows color (decimal): -9897284 or 12384872. OLE color: 12384872.
HSL color Cylindrical-coordinate representation of color #68FABC: hue angle of 154.52º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FABC is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 250 | 188 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.02 |
| HSL | 154.52º | 0.94% | 0.69% | - |
| HSV(B) | 154.52º | 0.58% | 0.98% | - |
| XYZ | 48.97 | 74.95 | 59.46 | - |
| YUV | 199.28 | 121.63 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 250 | 188 | 0.58 | 0 | 0.25 | 0.02 | 154.52 | 0.94 | 0.69 |
| Hex | 68 | FA | BC | 3A | 0 | 19 | 2 | 9B | 5E | 45 |
| Octal | 150 | 372 | 274 | 72 | 0 | 31 | 2 | 233 | 136 | 105 |
| Binary | 1101000 | 11111010 | 10111100 | 111010 | 0 | 11001 | 10 | 10011011 | 1011110 | 1000101 |
Color Harmonies of #68FABC
Complementary color
Monochromatic Colors of #68FABC
Black with #68FABC
Text Example
Text Example
White with #68FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FABC; }
p { color: rgb(104,250,188); }
H1.HeaderClassName
{
color: #68FABC;
}
.AnyTagClassName
{
color: #68FABC;
}
</style>
background-color css
<style>
a { background-color: #68FABC; }
a { background-color: rgb(104,250,188); }
div.DivClassName
{
background-color: #68FABC;
}
.BgClassName
{
background-color: #68FABC;
}
</style>
border-color css
<style>
span { border-color: #68FABC; }
span { border-color: rgb(104,250,188); }
td.TdClassName
{
border-color: #68FABC;
}
.TagClassName
{
border-color: #68FABC;
}
</style>