Shades of Aquamarine #68FEB0
Tints of Aquamarine #68FEB0
RGB
CMYK
RGB Variations
Color information
#68FEB0 (or 0x68FEB0) is known color: Aquamarine. HEX triplet: 68, FE and B0. RGB value is (104,254,176). Sum of RGB (Red+Green+Blue) = 104+254+176=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FEB0 is #97014F. Grayscale: #C8C8C8. Windows color (decimal): -9896272 or 11599464. OLE color: 11599464.
HSL color Cylindrical-coordinate representation of color #68FEB0: hue angle of 148.8º 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 #68FEB0 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 176 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.00 |
| HSL | 148.8º | 0.99% | 0.7% | - |
| HSV(B) | 148.8º | 0.59% | 1% | - |
| XYZ | 48.99 | 76.96 | 53.35 | - |
| YUV | 200.26 | 114.31 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 176 | 0.59 | 0 | 0.31 | 0.00 | 148.8 | 0.99 | 0.7 |
| Hex | 68 | FE | B0 | 3B | 0 | 1F | 0 | 95 | 63 | 46 |
| Octal | 150 | 376 | 260 | 73 | 0 | 37 | 0 | 225 | 143 | 106 |
| Binary | 1101000 | 11111110 | 10110000 | 111011 | 0 | 11111 | 0 | 10010101 | 1100011 | 1000110 |
Color Harmonies of #68FEB0
Complementary color
Monochromatic Colors of #68FEB0
Black with #68FEB0
Text Example
Text Example
White with #68FEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FEB0; }
p { color: rgb(104,254,176); }
H1.HeaderClassName
{
color: #68FEB0;
}
.AnyTagClassName
{
color: #68FEB0;
}
</style>
background-color css
<style>
a { background-color: #68FEB0; }
a { background-color: rgb(104,254,176); }
div.DivClassName
{
background-color: #68FEB0;
}
.BgClassName
{
background-color: #68FEB0;
}
</style>
border-color css
<style>
span { border-color: #68FEB0; }
span { border-color: rgb(104,254,176); }
td.TdClassName
{
border-color: #68FEB0;
}
.TagClassName
{
border-color: #68FEB0;
}
</style>