Shades of Medium Aquamarine #68EEA2
Tints of Medium Aquamarine #68EEA2
RGB
CMYK
RGB Variations
Color information
#68EEA2 (or 0x68EEA2) is known color: Medium Aquamarine. HEX triplet: 68, EE and A2. RGB value is (104,238,162). Sum of RGB (Red+Green+Blue) = 104+238+162=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EEA2 is #97115D. Grayscale: #BDBDBD. Windows color (decimal): -9900382 or 10677864. OLE color: 10677864.
HSL color Cylindrical-coordinate representation of color #68EEA2: hue angle of 145.97º 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 #68EEA2 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 162 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.07 |
| HSL | 145.97º | 0.8% | 0.67% | - |
| HSV(B) | 145.97º | 0.56% | 0.93% | - |
| XYZ | 42.81 | 66.7 | 44.8 | - |
| YUV | 189.27 | 112.61 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 162 | 0.56 | 0 | 0.32 | 0.07 | 145.97 | 0.8 | 0.67 |
| Hex | 68 | EE | A2 | 38 | 0 | 20 | 7 | 92 | 50 | 43 |
| Octal | 150 | 356 | 242 | 70 | 0 | 40 | 7 | 222 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10100010 | 111000 | 0 | 100000 | 111 | 10010010 | 1010000 | 1000011 |
Color Harmonies of #68EEA2
Complementary color
Monochromatic Colors of #68EEA2
Black with #68EEA2
Text Example
Text Example
White with #68EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEA2; }
p { color: rgb(104,238,162); }
H1.HeaderClassName
{
color: #68EEA2;
}
.AnyTagClassName
{
color: #68EEA2;
}
</style>
background-color css
<style>
a { background-color: #68EEA2; }
a { background-color: rgb(104,238,162); }
div.DivClassName
{
background-color: #68EEA2;
}
.BgClassName
{
background-color: #68EEA2;
}
</style>
border-color css
<style>
span { border-color: #68EEA2; }
span { border-color: rgb(104,238,162); }
td.TdClassName
{
border-color: #68EEA2;
}
.TagClassName
{
border-color: #68EEA2;
}
</style>