Shades of Aquamarine #68FCAC
Tints of Aquamarine #68FCAC
RGB
CMYK
RGB Variations
Color information
#68FCAC (or 0x68FCAC) is known color: Aquamarine. HEX triplet: 68, FC and AC. RGB value is (104,252,172). Sum of RGB (Red+Green+Blue) = 104+252+172=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FCAC is #970353. Grayscale: #C6C6C6. Windows color (decimal): -9896788 or 11336808. OLE color: 11336808.
HSL color Cylindrical-coordinate representation of color #68FCAC: hue angle of 147.57º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FCAC is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 172 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.01 |
| HSL | 147.57º | 0.96% | 0.7% | - |
| HSV(B) | 147.57º | 0.59% | 0.99% | - |
| XYZ | 47.97 | 75.54 | 51.08 | - |
| YUV | 198.63 | 112.97 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 172 | 0.59 | 0 | 0.32 | 0.01 | 147.57 | 0.96 | 0.7 |
| Hex | 68 | FC | AC | 3B | 0 | 20 | 1 | 94 | 60 | 46 |
| Octal | 150 | 374 | 254 | 73 | 0 | 40 | 1 | 224 | 140 | 106 |
| Binary | 1101000 | 11111100 | 10101100 | 111011 | 0 | 100000 | 1 | 10010100 | 1100000 | 1000110 |
Color Harmonies of #68FCAC
Complementary color
Monochromatic Colors of #68FCAC
Black with #68FCAC
Text Example
Text Example
White with #68FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCAC; }
p { color: rgb(104,252,172); }
H1.HeaderClassName
{
color: #68FCAC;
}
.AnyTagClassName
{
color: #68FCAC;
}
</style>
background-color css
<style>
a { background-color: #68FCAC; }
a { background-color: rgb(104,252,172); }
div.DivClassName
{
background-color: #68FCAC;
}
.BgClassName
{
background-color: #68FCAC;
}
</style>
border-color css
<style>
span { border-color: #68FCAC; }
span { border-color: rgb(104,252,172); }
td.TdClassName
{
border-color: #68FCAC;
}
.TagClassName
{
border-color: #68FCAC;
}
</style>