Shades of Medium Aquamarine #68EEAF
Tints of Medium Aquamarine #68EEAF
RGB
CMYK
RGB Variations
Color information
#68EEAF (or 0x68EEAF) is known color: Medium Aquamarine. HEX triplet: 68, EE and AF. RGB value is (104,238,175). Sum of RGB (Red+Green+Blue) = 104+238+175=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EEAF is #971150. Grayscale: #BEBEBE. Windows color (decimal): -9900369 or 11529832. OLE color: 11529832.
HSL color Cylindrical-coordinate representation of color #68EEAF: hue angle of 151.79º 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 #68EEAF is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 175 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.07 |
| HSL | 151.79º | 0.8% | 0.67% | - |
| HSV(B) | 151.79º | 0.56% | 0.93% | - |
| XYZ | 44.02 | 67.19 | 51.21 | - |
| YUV | 190.75 | 119.11 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 175 | 0.56 | 0 | 0.26 | 0.07 | 151.79 | 0.8 | 0.67 |
| Hex | 68 | EE | AF | 38 | 0 | 1A | 7 | 98 | 50 | 43 |
| Octal | 150 | 356 | 257 | 70 | 0 | 32 | 7 | 230 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10101111 | 111000 | 0 | 11010 | 111 | 10011000 | 1010000 | 1000011 |
Color Harmonies of #68EEAF
Complementary color
Monochromatic Colors of #68EEAF
Black with #68EEAF
Text Example
Text Example
White with #68EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEAF; }
p { color: rgb(104,238,175); }
H1.HeaderClassName
{
color: #68EEAF;
}
.AnyTagClassName
{
color: #68EEAF;
}
</style>
background-color css
<style>
a { background-color: #68EEAF; }
a { background-color: rgb(104,238,175); }
div.DivClassName
{
background-color: #68EEAF;
}
.BgClassName
{
background-color: #68EEAF;
}
</style>
border-color css
<style>
span { border-color: #68EEAF; }
span { border-color: rgb(104,238,175); }
td.TdClassName
{
border-color: #68EEAF;
}
.TagClassName
{
border-color: #68EEAF;
}
</style>