Shades of Aquamarine #68F2BB
Tints of Aquamarine #68F2BB
RGB
CMYK
RGB Variations
Color information
#68F2BB (or 0x68F2BB) is known color: Aquamarine. HEX triplet: 68, F2 and BB. RGB value is (104,242,187). Sum of RGB (Red+Green+Blue) = 104+242+187=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2BB is #970D44. Grayscale: #C2C2C2. Windows color (decimal): -9899333 or 12317288. OLE color: 12317288.
HSL color Cylindrical-coordinate representation of color #68F2BB: hue angle of 156.09º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2BB is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 187 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.05 |
| HSL | 156.09º | 0.84% | 0.68% | - |
| HSV(B) | 156.09º | 0.57% | 0.95% | - |
| XYZ | 46.43 | 70.04 | 58.08 | - |
| YUV | 194.47 | 123.78 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 187 | 0.57 | 0 | 0.23 | 0.05 | 156.09 | 0.84 | 0.68 |
| Hex | 68 | F2 | BB | 39 | 0 | 17 | 5 | 9C | 54 | 44 |
| Octal | 150 | 362 | 273 | 71 | 0 | 27 | 5 | 234 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10111011 | 111001 | 0 | 10111 | 101 | 10011100 | 1010100 | 1000100 |
Color Harmonies of #68F2BB
Complementary color
Monochromatic Colors of #68F2BB
Black with #68F2BB
Text Example
Text Example
White with #68F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2BB; }
p { color: rgb(104,242,187); }
H1.HeaderClassName
{
color: #68F2BB;
}
.AnyTagClassName
{
color: #68F2BB;
}
</style>
background-color css
<style>
a { background-color: #68F2BB; }
a { background-color: rgb(104,242,187); }
div.DivClassName
{
background-color: #68F2BB;
}
.BgClassName
{
background-color: #68F2BB;
}
</style>
border-color css
<style>
span { border-color: #68F2BB; }
span { border-color: rgb(104,242,187); }
td.TdClassName
{
border-color: #68F2BB;
}
.TagClassName
{
border-color: #68F2BB;
}
</style>