Shades of Aquamarine #68FFBA
Tints of Aquamarine #68FFBA
RGB
CMYK
RGB Variations
Color information
#68FFBA (or 0x68FFBA) is known color: Aquamarine. HEX triplet: 68, FF and BA. RGB value is (104,255,186). Sum of RGB (Red+Green+Blue) = 104+255+186=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFBA is #970045. Grayscale: #CACACA. Windows color (decimal): -9896006 or 12255080. OLE color: 12255080.
HSL color Cylindrical-coordinate representation of color #68FFBA: hue angle of 152.58º 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 #68FFBA is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 186 | - |
| CMYK | 0.59 | 0 | 0.27 | 0 |
| HSL | 152.58º | 1% | 0.7% | - |
| HSV(B) | 152.58º | 0.59% | 1% | - |
| XYZ | 50.33 | 78.01 | 58.86 | - |
| YUV | 201.99 | 118.97 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 186 | 0.59 | 0 | 0.27 | 0 | 152.58 | 1 | 0.7 |
| Hex | 68 | FF | BA | 3B | 0 | 1B | 0 | 99 | 64 | 46 |
| Octal | 150 | 377 | 272 | 73 | 0 | 33 | 0 | 231 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10111010 | 111011 | 0 | 11011 | 0 | 10011001 | 1100100 | 1000110 |
Color Harmonies of #68FFBA
Complementary color
Monochromatic Colors of #68FFBA
Black with #68FFBA
Text Example
Text Example
White with #68FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFBA; }
p { color: rgb(104,255,186); }
H1.HeaderClassName
{
color: #68FFBA;
}
.AnyTagClassName
{
color: #68FFBA;
}
</style>
background-color css
<style>
a { background-color: #68FFBA; }
a { background-color: rgb(104,255,186); }
div.DivClassName
{
background-color: #68FFBA;
}
.BgClassName
{
background-color: #68FFBA;
}
</style>
border-color css
<style>
span { border-color: #68FFBA; }
span { border-color: rgb(104,255,186); }
td.TdClassName
{
border-color: #68FFBA;
}
.TagClassName
{
border-color: #68FFBA;
}
</style>