Shades of Aquamarine #68FBBA
Tints of Aquamarine #68FBBA
RGB
CMYK
RGB Variations
Color information
#68FBBA (or 0x68FBBA) is known color: Aquamarine. HEX triplet: 68, FB and BA. RGB value is (104,251,186). Sum of RGB (Red+Green+Blue) = 104+251+186=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #68FBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FBBA is #970445. Grayscale: #C7C7C7. Windows color (decimal): -9897030 or 12254056. OLE color: 12254056.
HSL color Cylindrical-coordinate representation of color #68FBBA: hue angle of 153.47º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FBBA is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 251 | 186 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.02 |
| HSL | 153.47º | 0.95% | 0.7% | - |
| HSV(B) | 153.47º | 0.59% | 0.98% | - |
| XYZ | 49.07 | 75.48 | 58.44 | - |
| YUV | 199.64 | 120.3 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 251 | 186 | 0.59 | 0 | 0.26 | 0.02 | 153.47 | 0.95 | 0.7 |
| Hex | 68 | FB | BA | 3B | 0 | 1A | 2 | 99 | 5F | 46 |
| Octal | 150 | 373 | 272 | 73 | 0 | 32 | 2 | 231 | 137 | 106 |
| Binary | 1101000 | 11111011 | 10111010 | 111011 | 0 | 11010 | 10 | 10011001 | 1011111 | 1000110 |
Color Harmonies of #68FBBA
Complementary color
Monochromatic Colors of #68FBBA
Black with #68FBBA
Text Example
Text Example
White with #68FBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FBBA; }
p { color: rgb(104,251,186); }
H1.HeaderClassName
{
color: #68FBBA;
}
.AnyTagClassName
{
color: #68FBBA;
}
</style>
background-color css
<style>
a { background-color: #68FBBA; }
a { background-color: rgb(104,251,186); }
div.DivClassName
{
background-color: #68FBBA;
}
.BgClassName
{
background-color: #68FBBA;
}
</style>
border-color css
<style>
span { border-color: #68FBBA; }
span { border-color: rgb(104,251,186); }
td.TdClassName
{
border-color: #68FBBA;
}
.TagClassName
{
border-color: #68FBBA;
}
</style>