Shades of Aquamarine #68FCBF
Tints of Aquamarine #68FCBF
RGB
CMYK
RGB Variations
Color information
#68FCBF (or 0x68FCBF) is known color: Aquamarine. HEX triplet: 68, FC and BF. RGB value is (104,252,191). Sum of RGB (Red+Green+Blue) = 104+252+191=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCBF is #970340. Grayscale: #C8C8C8. Windows color (decimal): -9896769 or 12581992. OLE color: 12581992.
HSL color Cylindrical-coordinate representation of color #68FCBF: hue angle of 155.27º 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 #68FCBF is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 191 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.01 |
| HSL | 155.27º | 0.96% | 0.7% | - |
| HSV(B) | 155.27º | 0.59% | 0.99% | - |
| XYZ | 49.92 | 76.33 | 61.39 | - |
| YUV | 200.79 | 122.47 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 191 | 0.59 | 0 | 0.24 | 0.01 | 155.27 | 0.96 | 0.7 |
| Hex | 68 | FC | BF | 3B | 0 | 18 | 1 | 9B | 60 | 46 |
| Octal | 150 | 374 | 277 | 73 | 0 | 30 | 1 | 233 | 140 | 106 |
| Binary | 1101000 | 11111100 | 10111111 | 111011 | 0 | 11000 | 1 | 10011011 | 1100000 | 1000110 |
Color Harmonies of #68FCBF
Complementary color
Monochromatic Colors of #68FCBF
Black with #68FCBF
Text Example
Text Example
White with #68FCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCBF; }
p { color: rgb(104,252,191); }
H1.HeaderClassName
{
color: #68FCBF;
}
.AnyTagClassName
{
color: #68FCBF;
}
</style>
background-color css
<style>
a { background-color: #68FCBF; }
a { background-color: rgb(104,252,191); }
div.DivClassName
{
background-color: #68FCBF;
}
.BgClassName
{
background-color: #68FCBF;
}
</style>
border-color css
<style>
span { border-color: #68FCBF; }
span { border-color: rgb(104,252,191); }
td.TdClassName
{
border-color: #68FCBF;
}
.TagClassName
{
border-color: #68FCBF;
}
</style>