Shades of Medium Aquamarine #68EEB1
Tints of Medium Aquamarine #68EEB1
RGB
CMYK
RGB Variations
Color information
#68EEB1 (or 0x68EEB1) is known color: Medium Aquamarine. HEX triplet: 68, EE and B1. RGB value is (104,238,177). Sum of RGB (Red+Green+Blue) = 104+238+177=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EEB1 is #97114E. Grayscale: #BFBFBF. Windows color (decimal): -9900367 or 11660904. OLE color: 11660904.
HSL color Cylindrical-coordinate representation of color #68EEB1: hue angle of 152.69º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EEB1 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 177 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.07 |
| HSL | 152.69º | 0.8% | 0.67% | - |
| HSV(B) | 152.69º | 0.56% | 0.93% | - |
| XYZ | 44.22 | 67.27 | 52.25 | - |
| YUV | 190.98 | 120.11 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 177 | 0.56 | 0 | 0.26 | 0.07 | 152.69 | 0.8 | 0.67 |
| Hex | 68 | EE | B1 | 38 | 0 | 1A | 7 | 99 | 50 | 43 |
| Octal | 150 | 356 | 261 | 70 | 0 | 32 | 7 | 231 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10110001 | 111000 | 0 | 11010 | 111 | 10011001 | 1010000 | 1000011 |
Color Harmonies of #68EEB1
Complementary color
Monochromatic Colors of #68EEB1
Black with #68EEB1
Text Example
Text Example
White with #68EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEB1; }
p { color: rgb(104,238,177); }
H1.HeaderClassName
{
color: #68EEB1;
}
.AnyTagClassName
{
color: #68EEB1;
}
</style>
background-color css
<style>
a { background-color: #68EEB1; }
a { background-color: rgb(104,238,177); }
div.DivClassName
{
background-color: #68EEB1;
}
.BgClassName
{
background-color: #68EEB1;
}
</style>
border-color css
<style>
span { border-color: #68EEB1; }
span { border-color: rgb(104,238,177); }
td.TdClassName
{
border-color: #68EEB1;
}
.TagClassName
{
border-color: #68EEB1;
}
</style>