Shades of Medium Aquamarine #68E8AF
Tints of Medium Aquamarine #68E8AF
RGB
CMYK
RGB Variations
Color information
#68E8AF (or 0x68E8AF) is known color: Medium Aquamarine. HEX triplet: 68, E8 and AF. RGB value is (104,232,175). Sum of RGB (Red+Green+Blue) = 104+232+175=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E8AF is #971750. Grayscale: #BBBBBB. Windows color (decimal): -9901905 or 11528296. OLE color: 11528296.
HSL color Cylindrical-coordinate representation of color #68E8AF: hue angle of 153.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E8AF is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 232 | 175 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.09 |
| HSL | 153.28º | 0.74% | 0.66% | - |
| HSV(B) | 153.28º | 0.55% | 0.91% | - |
| XYZ | 42.3 | 63.75 | 50.63 | - |
| YUV | 187.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 175 | 0.55 | 0 | 0.25 | 0.09 | 153.28 | 0.74 | 0.66 |
| Hex | 68 | E8 | AF | 37 | 0 | 19 | 9 | 99 | 4A | 42 |
| Octal | 150 | 350 | 257 | 67 | 0 | 31 | 11 | 231 | 112 | 102 |
| Binary | 1101000 | 11101000 | 10101111 | 110111 | 0 | 11001 | 1001 | 10011001 | 1001010 | 1000010 |
Color Harmonies of #68E8AF
Complementary color
Monochromatic Colors of #68E8AF
Black with #68E8AF
Text Example
Text Example
White with #68E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E8AF; }
p { color: rgb(104,232,175); }
H1.HeaderClassName
{
color: #68E8AF;
}
.AnyTagClassName
{
color: #68E8AF;
}
</style>
background-color css
<style>
a { background-color: #68E8AF; }
a { background-color: rgb(104,232,175); }
div.DivClassName
{
background-color: #68E8AF;
}
.BgClassName
{
background-color: #68E8AF;
}
</style>
border-color css
<style>
span { border-color: #68E8AF; }
span { border-color: rgb(104,232,175); }
td.TdClassName
{
border-color: #68E8AF;
}
.TagClassName
{
border-color: #68E8AF;
}
</style>