Shades of Medium Aquamarine #68D99B
Tints of Medium Aquamarine #68D99B
RGB
CMYK
RGB Variations
Color information
#68D99B (or 0x68D99B) is known color: Medium Aquamarine. HEX triplet: 68, D9 and 9B. RGB value is (104,217,155). Sum of RGB (Red+Green+Blue) = 104+217+155=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #68D99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D99B is #972664. Grayscale: #B0B0B0. Windows color (decimal): -9905765 or 10213736. OLE color: 10213736.
HSL color Cylindrical-coordinate representation of color #68D99B: hue angle of 147.08º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D99B is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 155 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.15 |
| HSL | 147.08º | 0.6% | 0.63% | - |
| HSV(B) | 147.08º | 0.52% | 0.85% | - |
| XYZ | 36.44 | 54.94 | 39.69 | - |
| YUV | 176.15 | 116.06 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 155 | 0.52 | 0 | 0.29 | 0.15 | 147.08 | 0.6 | 0.63 |
| Hex | 68 | D9 | 9B | 34 | 0 | 1D | F | 93 | 3C | 3F |
| Octal | 150 | 331 | 233 | 64 | 0 | 35 | 17 | 223 | 74 | 77 |
| Binary | 1101000 | 11011001 | 10011011 | 110100 | 0 | 11101 | 1111 | 10010011 | 111100 | 111111 |
Color Harmonies of #68D99B
Complementary color
Monochromatic Colors of #68D99B
Black with #68D99B
Text Example
Text Example
White with #68D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D99B; }
p { color: rgb(104,217,155); }
H1.HeaderClassName
{
color: #68D99B;
}
.AnyTagClassName
{
color: #68D99B;
}
</style>
background-color css
<style>
a { background-color: #68D99B; }
a { background-color: rgb(104,217,155); }
div.DivClassName
{
background-color: #68D99B;
}
.BgClassName
{
background-color: #68D99B;
}
</style>
border-color css
<style>
span { border-color: #68D99B; }
span { border-color: rgb(104,217,155); }
td.TdClassName
{
border-color: #68D99B;
}
.TagClassName
{
border-color: #68D99B;
}
</style>