Shades of Aquamarine #68FCB7
Tints of Aquamarine #68FCB7
RGB
CMYK
RGB Variations
Color information
#68FCB7 (or 0x68FCB7) is known color: Aquamarine. HEX triplet: 68, FC and B7. RGB value is (104,252,183). Sum of RGB (Red+Green+Blue) = 104+252+183=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCB7 is #970348. Grayscale: #C8C8C8. Windows color (decimal): -9896777 or 12057704. OLE color: 12057704.
HSL color Cylindrical-coordinate representation of color #68FCB7: hue angle of 152.03º 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 #68FCB7 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 183 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.01 |
| HSL | 152.03º | 0.96% | 0.7% | - |
| HSV(B) | 152.03º | 0.59% | 0.99% | - |
| XYZ | 49.07 | 75.98 | 56.88 | - |
| YUV | 199.88 | 118.47 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 183 | 0.59 | 0 | 0.27 | 0.01 | 152.03 | 0.96 | 0.7 |
| Hex | 68 | FC | B7 | 3B | 0 | 1B | 1 | 98 | 60 | 46 |
| Octal | 150 | 374 | 267 | 73 | 0 | 33 | 1 | 230 | 140 | 106 |
| Binary | 1101000 | 11111100 | 10110111 | 111011 | 0 | 11011 | 1 | 10011000 | 1100000 | 1000110 |
Color Harmonies of #68FCB7
Complementary color
Monochromatic Colors of #68FCB7
Black with #68FCB7
Text Example
Text Example
White with #68FCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCB7; }
p { color: rgb(104,252,183); }
H1.HeaderClassName
{
color: #68FCB7;
}
.AnyTagClassName
{
color: #68FCB7;
}
</style>
background-color css
<style>
a { background-color: #68FCB7; }
a { background-color: rgb(104,252,183); }
div.DivClassName
{
background-color: #68FCB7;
}
.BgClassName
{
background-color: #68FCB7;
}
</style>
border-color css
<style>
span { border-color: #68FCB7; }
span { border-color: rgb(104,252,183); }
td.TdClassName
{
border-color: #68FCB7;
}
.TagClassName
{
border-color: #68FCB7;
}
</style>