Shades of Aquamarine #68FCB6
Tints of Aquamarine #68FCB6
RGB
CMYK
RGB Variations
Color information
#68FCB6 (or 0x68FCB6) is known color: Aquamarine. HEX triplet: 68, FC and B6. RGB value is (104,252,182). Sum of RGB (Red+Green+Blue) = 104+252+182=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCB6 is #970349. Grayscale: #C7C7C7. Windows color (decimal): -9896778 or 11992168. OLE color: 11992168.
HSL color Cylindrical-coordinate representation of color #68FCB6: hue angle of 151.62º 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 #68FCB6 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 252 | 182 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.01 |
| HSL | 151.62º | 0.96% | 0.7% | - |
| HSV(B) | 151.62º | 0.59% | 0.99% | - |
| XYZ | 48.96 | 75.94 | 56.33 | - |
| YUV | 199.77 | 117.97 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 252 | 182 | 0.59 | 0 | 0.28 | 0.01 | 151.62 | 0.96 | 0.7 |
| Hex | 68 | FC | B6 | 3B | 0 | 1C | 1 | 98 | 60 | 46 |
| Octal | 150 | 374 | 266 | 73 | 0 | 34 | 1 | 230 | 140 | 106 |
| Binary | 1101000 | 11111100 | 10110110 | 111011 | 0 | 11100 | 1 | 10011000 | 1100000 | 1000110 |
Color Harmonies of #68FCB6
Complementary color
Monochromatic Colors of #68FCB6
Black with #68FCB6
Text Example
Text Example
White with #68FCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FCB6; }
p { color: rgb(104,252,182); }
H1.HeaderClassName
{
color: #68FCB6;
}
.AnyTagClassName
{
color: #68FCB6;
}
</style>
background-color css
<style>
a { background-color: #68FCB6; }
a { background-color: rgb(104,252,182); }
div.DivClassName
{
background-color: #68FCB6;
}
.BgClassName
{
background-color: #68FCB6;
}
</style>
border-color css
<style>
span { border-color: #68FCB6; }
span { border-color: rgb(104,252,182); }
td.TdClassName
{
border-color: #68FCB6;
}
.TagClassName
{
border-color: #68FCB6;
}
</style>