Shades of Medium Aquamarine #68EAB3
Tints of Medium Aquamarine #68EAB3
RGB
CMYK
RGB Variations
Color information
#68EAB3 (or 0x68EAB3) is known color: Medium Aquamarine. HEX triplet: 68, EA and B3. RGB value is (104,234,179). Sum of RGB (Red+Green+Blue) = 104+234+179=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAB3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAB3 is #97154C. Grayscale: #BCBCBC. Windows color (decimal): -9901389 or 11790952. OLE color: 11790952.
HSL color Cylindrical-coordinate representation of color #68EAB3: hue angle of 154.62º 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 #68EAB3 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 179 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.08 |
| HSL | 154.62º | 0.76% | 0.66% | - |
| HSV(B) | 154.62º | 0.56% | 0.92% | - |
| XYZ | 43.27 | 65.04 | 52.92 | - |
| YUV | 188.86 | 122.43 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 179 | 0.56 | 0 | 0.24 | 0.08 | 154.62 | 0.76 | 0.66 |
| Hex | 68 | EA | B3 | 38 | 0 | 18 | 8 | 9B | 4C | 42 |
| Octal | 150 | 352 | 263 | 70 | 0 | 30 | 10 | 233 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10110011 | 111000 | 0 | 11000 | 1000 | 10011011 | 1001100 | 1000010 |
Color Harmonies of #68EAB3
Complementary color
Monochromatic Colors of #68EAB3
Black with #68EAB3
Text Example
Text Example
White with #68EAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAB3; }
p { color: rgb(104,234,179); }
H1.HeaderClassName
{
color: #68EAB3;
}
.AnyTagClassName
{
color: #68EAB3;
}
</style>
background-color css
<style>
a { background-color: #68EAB3; }
a { background-color: rgb(104,234,179); }
div.DivClassName
{
background-color: #68EAB3;
}
.BgClassName
{
background-color: #68EAB3;
}
</style>
border-color css
<style>
span { border-color: #68EAB3; }
span { border-color: rgb(104,234,179); }
td.TdClassName
{
border-color: #68EAB3;
}
.TagClassName
{
border-color: #68EAB3;
}
</style>