Shades of Aquamarine #68FFBB
Tints of Aquamarine #68FFBB
RGB
CMYK
RGB Variations
Color information
#68FFBB (or 0x68FFBB) is known color: Aquamarine. HEX triplet: 68, FF and BB. RGB value is (104,255,187). Sum of RGB (Red+Green+Blue) = 104+255+187=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFBB is #970044. Grayscale: #CACACA. Windows color (decimal): -9896005 or 12320616. OLE color: 12320616.
HSL color Cylindrical-coordinate representation of color #68FFBB: hue angle of 152.98º 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 #68FFBB is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 187 | - |
| CMYK | 0.59 | 0 | 0.27 | 0 |
| HSL | 152.98º | 1% | 0.7% | - |
| HSV(B) | 152.98º | 0.59% | 1% | - |
| XYZ | 50.44 | 78.05 | 59.42 | - |
| YUV | 202.1 | 119.47 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 187 | 0.59 | 0 | 0.27 | 0 | 152.98 | 1 | 0.7 |
| Hex | 68 | FF | BB | 3B | 0 | 1B | 0 | 99 | 64 | 46 |
| Octal | 150 | 377 | 273 | 73 | 0 | 33 | 0 | 231 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10111011 | 111011 | 0 | 11011 | 0 | 10011001 | 1100100 | 1000110 |
Color Harmonies of #68FFBB
Complementary color
Monochromatic Colors of #68FFBB
Black with #68FFBB
Text Example
Text Example
White with #68FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFBB; }
p { color: rgb(104,255,187); }
H1.HeaderClassName
{
color: #68FFBB;
}
.AnyTagClassName
{
color: #68FFBB;
}
</style>
background-color css
<style>
a { background-color: #68FFBB; }
a { background-color: rgb(104,255,187); }
div.DivClassName
{
background-color: #68FFBB;
}
.BgClassName
{
background-color: #68FFBB;
}
</style>
border-color css
<style>
span { border-color: #68FFBB; }
span { border-color: rgb(104,255,187); }
td.TdClassName
{
border-color: #68FFBB;
}
.TagClassName
{
border-color: #68FFBB;
}
</style>