Shades of Medium Aquamarine #68EAB0
Tints of Medium Aquamarine #68EAB0
RGB
CMYK
RGB Variations
Color information
#68EAB0 (or 0x68EAB0) is known color: Medium Aquamarine. HEX triplet: 68, EA and B0. RGB value is (104,234,176). Sum of RGB (Red+Green+Blue) = 104+234+176=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EAB0 is #97154F. Grayscale: #BCBCBC. Windows color (decimal): -9901392 or 11594344. OLE color: 11594344.
HSL color Cylindrical-coordinate representation of color #68EAB0: hue angle of 153.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EAB0 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 176 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.08 |
| HSL | 153.23º | 0.76% | 0.66% | - |
| HSV(B) | 153.23º | 0.56% | 0.92% | - |
| XYZ | 42.97 | 64.92 | 51.34 | - |
| YUV | 188.52 | 120.93 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 176 | 0.56 | 0 | 0.25 | 0.08 | 153.23 | 0.76 | 0.66 |
| Hex | 68 | EA | B0 | 38 | 0 | 19 | 8 | 99 | 4C | 42 |
| Octal | 150 | 352 | 260 | 70 | 0 | 31 | 10 | 231 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10110000 | 111000 | 0 | 11001 | 1000 | 10011001 | 1001100 | 1000010 |
Color Harmonies of #68EAB0
Complementary color
Monochromatic Colors of #68EAB0
Black with #68EAB0
Text Example
Text Example
White with #68EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAB0; }
p { color: rgb(104,234,176); }
H1.HeaderClassName
{
color: #68EAB0;
}
.AnyTagClassName
{
color: #68EAB0;
}
</style>
background-color css
<style>
a { background-color: #68EAB0; }
a { background-color: rgb(104,234,176); }
div.DivClassName
{
background-color: #68EAB0;
}
.BgClassName
{
background-color: #68EAB0;
}
</style>
border-color css
<style>
span { border-color: #68EAB0; }
span { border-color: rgb(104,234,176); }
td.TdClassName
{
border-color: #68EAB0;
}
.TagClassName
{
border-color: #68EAB0;
}
</style>