Shades of Aquamarine #68FFBE
Tints of Aquamarine #68FFBE
RGB
CMYK
RGB Variations
Color information
#68FFBE (or 0x68FFBE) is known color: Aquamarine. HEX triplet: 68, FF and BE. RGB value is (104,255,190). Sum of RGB (Red+Green+Blue) = 104+255+190=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFBE is #970041. Grayscale: #CACACA. Windows color (decimal): -9896002 or 12517224. OLE color: 12517224.
HSL color Cylindrical-coordinate representation of color #68FFBE: hue angle of 154.17º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFBE is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 190 | - |
| CMYK | 0.59 | 0 | 0.25 | 0 |
| HSL | 154.17º | 1% | 0.7% | - |
| HSV(B) | 154.17º | 0.59% | 1% | - |
| XYZ | 50.76 | 78.18 | 61.13 | - |
| YUV | 202.44 | 120.97 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 190 | 0.59 | 0 | 0.25 | 0 | 154.17 | 1 | 0.7 |
| Hex | 68 | FF | BE | 3B | 0 | 19 | 0 | 9A | 64 | 46 |
| Octal | 150 | 377 | 276 | 73 | 0 | 31 | 0 | 232 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10111110 | 111011 | 0 | 11001 | 0 | 10011010 | 1100100 | 1000110 |
Color Harmonies of #68FFBE
Complementary color
Monochromatic Colors of #68FFBE
Black with #68FFBE
Text Example
Text Example
White with #68FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFBE; }
p { color: rgb(104,255,190); }
H1.HeaderClassName
{
color: #68FFBE;
}
.AnyTagClassName
{
color: #68FFBE;
}
</style>
background-color css
<style>
a { background-color: #68FFBE; }
a { background-color: rgb(104,255,190); }
div.DivClassName
{
background-color: #68FFBE;
}
.BgClassName
{
background-color: #68FFBE;
}
</style>
border-color css
<style>
span { border-color: #68FFBE; }
span { border-color: rgb(104,255,190); }
td.TdClassName
{
border-color: #68FFBE;
}
.TagClassName
{
border-color: #68FFBE;
}
</style>