Shades of Medium Aquamarine #68DB9A
Tints of Medium Aquamarine #68DB9A
RGB
CMYK
RGB Variations
Color information
#68DB9A (or 0x68DB9A) is known color: Medium Aquamarine. HEX triplet: 68, DB and 9A. RGB value is (104,219,154). Sum of RGB (Red+Green+Blue) = 104+219+154=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DB9A is #972465. Grayscale: #B1B1B1. Windows color (decimal): -9905254 or 10148712. OLE color: 10148712.
HSL color Cylindrical-coordinate representation of color #68DB9A: hue angle of 146.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DB9A is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 154 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.14 |
| HSL | 146.09º | 0.61% | 0.63% | - |
| HSV(B) | 146.09º | 0.53% | 0.86% | - |
| XYZ | 36.87 | 55.94 | 39.43 | - |
| YUV | 177.21 | 114.9 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 154 | 0.53 | 0 | 0.30 | 0.14 | 146.09 | 0.61 | 0.63 |
| Hex | 68 | DB | 9A | 35 | 0 | 1E | E | 92 | 3D | 3F |
| Octal | 150 | 333 | 232 | 65 | 0 | 36 | 16 | 222 | 75 | 77 |
| Binary | 1101000 | 11011011 | 10011010 | 110101 | 0 | 11110 | 1110 | 10010010 | 111101 | 111111 |
Color Harmonies of #68DB9A
Complementary color
Monochromatic Colors of #68DB9A
Black with #68DB9A
Text Example
Text Example
White with #68DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB9A; }
p { color: rgb(104,219,154); }
H1.HeaderClassName
{
color: #68DB9A;
}
.AnyTagClassName
{
color: #68DB9A;
}
</style>
background-color css
<style>
a { background-color: #68DB9A; }
a { background-color: rgb(104,219,154); }
div.DivClassName
{
background-color: #68DB9A;
}
.BgClassName
{
background-color: #68DB9A;
}
</style>
border-color css
<style>
span { border-color: #68DB9A; }
span { border-color: rgb(104,219,154); }
td.TdClassName
{
border-color: #68DB9A;
}
.TagClassName
{
border-color: #68DB9A;
}
</style>