Shades of Aquamarine #68FEBE
Tints of Aquamarine #68FEBE
RGB
CMYK
RGB Variations
Color information
#68FEBE (or 0x68FEBE) is known color: Aquamarine. HEX triplet: 68, FE and BE. RGB value is (104,254,190). Sum of RGB (Red+Green+Blue) = 104+254+190=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FEBE is #970141. Grayscale: #C9C9C9. Windows color (decimal): -9896258 or 12516968. OLE color: 12516968.
HSL color Cylindrical-coordinate representation of color #68FEBE: hue angle of 154.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 #68FEBE is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 254 | 190 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.00 |
| HSL | 154.4º | 0.99% | 0.7% | - |
| HSV(B) | 154.4º | 0.59% | 1% | - |
| XYZ | 50.45 | 77.54 | 61.02 | - |
| YUV | 201.85 | 121.31 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 254 | 190 | 0.59 | 0 | 0.25 | 0.00 | 154.4 | 0.99 | 0.7 |
| Hex | 68 | FE | BE | 3B | 0 | 19 | 0 | 9A | 63 | 46 |
| Octal | 150 | 376 | 276 | 73 | 0 | 31 | 0 | 232 | 143 | 106 |
| Binary | 1101000 | 11111110 | 10111110 | 111011 | 0 | 11001 | 0 | 10011010 | 1100011 | 1000110 |
Color Harmonies of #68FEBE
Complementary color
Monochromatic Colors of #68FEBE
Black with #68FEBE
Text Example
Text Example
White with #68FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68FEBE; }
p { color: rgb(104,254,190); }
H1.HeaderClassName
{
color: #68FEBE;
}
.AnyTagClassName
{
color: #68FEBE;
}
</style>
background-color css
<style>
a { background-color: #68FEBE; }
a { background-color: rgb(104,254,190); }
div.DivClassName
{
background-color: #68FEBE;
}
.BgClassName
{
background-color: #68FEBE;
}
</style>
border-color css
<style>
span { border-color: #68FEBE; }
span { border-color: rgb(104,254,190); }
td.TdClassName
{
border-color: #68FEBE;
}
.TagClassName
{
border-color: #68FEBE;
}
</style>