Shades of Aquamarine #68FEB9
Tints of Aquamarine #68FEB9
RGB
CMYK
RGB Variations
Color information
#68FEB9 (or 0x68FEB9) is known color: Aquamarine. HEX triplet: 68, FE and B9. RGB value is (104,254,185). Sum of RGB (Red+Green+Blue) = 104+254+185=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FEB9 is #970146. Grayscale: #C9C9C9. Windows color (decimal): -9896263 or 12189288. OLE color: 12189288.
HSL color Cylindrical-coordinate representation of color #68FEB9: hue angle of 152.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FEB9 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 185 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.00 |
| HSL | 152.4º | 0.99% | 0.7% | - |
| HSV(B) | 152.4º | 0.59% | 1% | - |
| XYZ | 49.91 | 77.33 | 58.19 | - |
| YUV | 201.28 | 118.81 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 185 | 0.59 | 0 | 0.27 | 0.00 | 152.4 | 0.99 | 0.7 |
| Hex | 68 | FE | B9 | 3B | 0 | 1B | 0 | 98 | 63 | 46 |
| Octal | 150 | 376 | 271 | 73 | 0 | 33 | 0 | 230 | 143 | 106 |
| Binary | 1101000 | 11111110 | 10111001 | 111011 | 0 | 11011 | 0 | 10011000 | 1100011 | 1000110 |
Color Harmonies of #68FEB9
Complementary color
Monochromatic Colors of #68FEB9
Black with #68FEB9
Text Example
Text Example
White with #68FEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FEB9; }
p { color: rgb(104,254,185); }
H1.HeaderClassName
{
color: #68FEB9;
}
.AnyTagClassName
{
color: #68FEB9;
}
</style>
background-color css
<style>
a { background-color: #68FEB9; }
a { background-color: rgb(104,254,185); }
div.DivClassName
{
background-color: #68FEB9;
}
.BgClassName
{
background-color: #68FEB9;
}
</style>
border-color css
<style>
span { border-color: #68FEB9; }
span { border-color: rgb(104,254,185); }
td.TdClassName
{
border-color: #68FEB9;
}
.TagClassName
{
border-color: #68FEB9;
}
</style>