Shades of Aquamarine #68FDAC
Tints of Aquamarine #68FDAC
RGB
CMYK
RGB Variations
Color information
#68FDAC (or 0x68FDAC) is known color: Aquamarine. HEX triplet: 68, FD and AC. RGB value is (104,253,172). Sum of RGB (Red+Green+Blue) = 104+253+172=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FDAC is #970253. Grayscale: #C7C7C7. Windows color (decimal): -9896532 or 11337064. OLE color: 11337064.
HSL color Cylindrical-coordinate representation of color #68FDAC: hue angle of 147.38º degrees, saturation: 0.97, 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 #68FDAC is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 253 | 172 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.01 |
| HSL | 147.38º | 0.97% | 0.7% | - |
| HSV(B) | 147.38º | 0.59% | 0.99% | - |
| XYZ | 48.28 | 76.17 | 51.19 | - |
| YUV | 199.22 | 112.64 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 253 | 172 | 0.59 | 0 | 0.32 | 0.01 | 147.38 | 0.97 | 0.7 |
| Hex | 68 | FD | AC | 3B | 0 | 20 | 1 | 93 | 61 | 46 |
| Octal | 150 | 375 | 254 | 73 | 0 | 40 | 1 | 223 | 141 | 106 |
| Binary | 1101000 | 11111101 | 10101100 | 111011 | 0 | 100000 | 1 | 10010011 | 1100001 | 1000110 |
Color Harmonies of #68FDAC
Complementary color
Monochromatic Colors of #68FDAC
Black with #68FDAC
Text Example
Text Example
White with #68FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FDAC; }
p { color: rgb(104,253,172); }
H1.HeaderClassName
{
color: #68FDAC;
}
.AnyTagClassName
{
color: #68FDAC;
}
</style>
background-color css
<style>
a { background-color: #68FDAC; }
a { background-color: rgb(104,253,172); }
div.DivClassName
{
background-color: #68FDAC;
}
.BgClassName
{
background-color: #68FDAC;
}
</style>
border-color css
<style>
span { border-color: #68FDAC; }
span { border-color: rgb(104,253,172); }
td.TdClassName
{
border-color: #68FDAC;
}
.TagClassName
{
border-color: #68FDAC;
}
</style>