Shades of Aquamarine #68FDBC
Tints of Aquamarine #68FDBC
RGB
CMYK
RGB Variations
Color information
#68FDBC (or 0x68FDBC) is known color: Aquamarine. HEX triplet: 68, FD and BC. RGB value is (104,253,188). Sum of RGB (Red+Green+Blue) = 104+253+188=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FDBC is #970243. Grayscale: #C9C9C9. Windows color (decimal): -9896516 or 12385640. OLE color: 12385640.
HSL color Cylindrical-coordinate representation of color #68FDBC: hue angle of 153.83º 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 #68FDBC is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 253 | 188 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.01 |
| HSL | 153.83º | 0.97% | 0.7% | - |
| HSV(B) | 153.83º | 0.59% | 0.99% | - |
| XYZ | 49.91 | 76.82 | 59.77 | - |
| YUV | 201.04 | 120.64 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 253 | 188 | 0.59 | 0 | 0.26 | 0.01 | 153.83 | 0.97 | 0.7 |
| Hex | 68 | FD | BC | 3B | 0 | 1A | 1 | 9A | 61 | 46 |
| Octal | 150 | 375 | 274 | 73 | 0 | 32 | 1 | 232 | 141 | 106 |
| Binary | 1101000 | 11111101 | 10111100 | 111011 | 0 | 11010 | 1 | 10011010 | 1100001 | 1000110 |
Color Harmonies of #68FDBC
Complementary color
Monochromatic Colors of #68FDBC
Black with #68FDBC
Text Example
Text Example
White with #68FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FDBC; }
p { color: rgb(104,253,188); }
H1.HeaderClassName
{
color: #68FDBC;
}
.AnyTagClassName
{
color: #68FDBC;
}
</style>
background-color css
<style>
a { background-color: #68FDBC; }
a { background-color: rgb(104,253,188); }
div.DivClassName
{
background-color: #68FDBC;
}
.BgClassName
{
background-color: #68FDBC;
}
</style>
border-color css
<style>
span { border-color: #68FDBC; }
span { border-color: rgb(104,253,188); }
td.TdClassName
{
border-color: #68FDBC;
}
.TagClassName
{
border-color: #68FDBC;
}
</style>