Shades of Aquamarine #68FFB9
Tints of Aquamarine #68FFB9
RGB
CMYK
RGB Variations
Color information
#68FFB9 (or 0x68FFB9) is known color: Aquamarine. HEX triplet: 68, FF and B9. RGB value is (104,255,185). Sum of RGB (Red+Green+Blue) = 104+255+185=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFB9 is #970046. Grayscale: #C9C9C9. Windows color (decimal): -9896007 or 12189544. OLE color: 12189544.
HSL color Cylindrical-coordinate representation of color #68FFB9: hue angle of 152.19º 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 #68FFB9 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 255 | 185 | - |
| CMYK | 0.59 | 0 | 0.27 | 0 |
| HSL | 152.19º | 1% | 0.7% | - |
| HSV(B) | 152.19º | 0.59% | 1% | - |
| XYZ | 50.23 | 77.97 | 58.3 | - |
| YUV | 201.87 | 118.47 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 255 | 185 | 0.59 | 0 | 0.27 | 0 | 152.19 | 1 | 0.7 |
| Hex | 68 | FF | B9 | 3B | 0 | 1B | 0 | 98 | 64 | 46 |
| Octal | 150 | 377 | 271 | 73 | 0 | 33 | 0 | 230 | 144 | 106 |
| Binary | 1101000 | 11111111 | 10111001 | 111011 | 0 | 11011 | 0 | 10011000 | 1100100 | 1000110 |
Color Harmonies of #68FFB9
Complementary color
Monochromatic Colors of #68FFB9
Black with #68FFB9
Text Example
Text Example
White with #68FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FFB9; }
p { color: rgb(104,255,185); }
H1.HeaderClassName
{
color: #68FFB9;
}
.AnyTagClassName
{
color: #68FFB9;
}
</style>
background-color css
<style>
a { background-color: #68FFB9; }
a { background-color: rgb(104,255,185); }
div.DivClassName
{
background-color: #68FFB9;
}
.BgClassName
{
background-color: #68FFB9;
}
</style>
border-color css
<style>
span { border-color: #68FFB9; }
span { border-color: rgb(104,255,185); }
td.TdClassName
{
border-color: #68FFB9;
}
.TagClassName
{
border-color: #68FFB9;
}
</style>