Shades of Medium Aquamarine #68E99C
Tints of Medium Aquamarine #68E99C
RGB
CMYK
RGB Variations
Color information
#68E99C (or 0x68E99C) is known color: Medium Aquamarine. HEX triplet: 68, E9 and 9C. RGB value is (104,233,156). Sum of RGB (Red+Green+Blue) = 104+233+156=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #68E99C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E99C is #971663. Grayscale: #B9B9B9. Windows color (decimal): -9901668 or 10283368. OLE color: 10283368.
HSL color Cylindrical-coordinate representation of color #68E99C: hue angle of 144.19º degrees, saturation: 0.75, 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 #68E99C is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 233 | 156 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.09 |
| HSL | 144.19º | 0.75% | 0.66% | - |
| HSV(B) | 144.19º | 0.55% | 0.91% | - |
| XYZ | 40.85 | 63.62 | 41.58 | - |
| YUV | 185.65 | 111.26 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 156 | 0.55 | 0 | 0.33 | 0.09 | 144.19 | 0.75 | 0.66 |
| Hex | 68 | E9 | 9C | 37 | 0 | 21 | 9 | 90 | 4B | 42 |
| Octal | 150 | 351 | 234 | 67 | 0 | 41 | 11 | 220 | 113 | 102 |
| Binary | 1101000 | 11101001 | 10011100 | 110111 | 0 | 100001 | 1001 | 10010000 | 1001011 | 1000010 |
Color Harmonies of #68E99C
Complementary color
Monochromatic Colors of #68E99C
Black with #68E99C
Text Example
Text Example
White with #68E99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E99C; }
p { color: rgb(104,233,156); }
H1.HeaderClassName
{
color: #68E99C;
}
.AnyTagClassName
{
color: #68E99C;
}
</style>
background-color css
<style>
a { background-color: #68E99C; }
a { background-color: rgb(104,233,156); }
div.DivClassName
{
background-color: #68E99C;
}
.BgClassName
{
background-color: #68E99C;
}
</style>
border-color css
<style>
span { border-color: #68E99C; }
span { border-color: rgb(104,233,156); }
td.TdClassName
{
border-color: #68E99C;
}
.TagClassName
{
border-color: #68E99C;
}
</style>