Shades of Medium Aquamarine #68D89B
Tints of Medium Aquamarine #68D89B
RGB
CMYK
RGB Variations
Color information
#68D89B (or 0x68D89B) is known color: Medium Aquamarine. HEX triplet: 68, D8 and 9B. RGB value is (104,216,155). Sum of RGB (Red+Green+Blue) = 104+216+155=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #68D89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D89B is #972764. Grayscale: #AFAFAF. Windows color (decimal): -9906021 or 10213480. OLE color: 10213480.
HSL color Cylindrical-coordinate representation of color #68D89B: hue angle of 147.32º degrees, saturation: 0.59, 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 #68D89B is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 155 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.15 |
| HSL | 147.32º | 0.59% | 0.63% | - |
| HSV(B) | 147.32º | 0.52% | 0.85% | - |
| XYZ | 36.18 | 54.42 | 39.61 | - |
| YUV | 175.56 | 116.39 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 155 | 0.52 | 0 | 0.28 | 0.15 | 147.32 | 0.59 | 0.63 |
| Hex | 68 | D8 | 9B | 34 | 0 | 1C | F | 93 | 3B | 3F |
| Octal | 150 | 330 | 233 | 64 | 0 | 34 | 17 | 223 | 73 | 77 |
| Binary | 1101000 | 11011000 | 10011011 | 110100 | 0 | 11100 | 1111 | 10010011 | 111011 | 111111 |
Color Harmonies of #68D89B
Complementary color
Monochromatic Colors of #68D89B
Black with #68D89B
Text Example
Text Example
White with #68D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D89B; }
p { color: rgb(104,216,155); }
H1.HeaderClassName
{
color: #68D89B;
}
.AnyTagClassName
{
color: #68D89B;
}
</style>
background-color css
<style>
a { background-color: #68D89B; }
a { background-color: rgb(104,216,155); }
div.DivClassName
{
background-color: #68D89B;
}
.BgClassName
{
background-color: #68D89B;
}
</style>
border-color css
<style>
span { border-color: #68D89B; }
span { border-color: rgb(104,216,155); }
td.TdClassName
{
border-color: #68D89B;
}
.TagClassName
{
border-color: #68D89B;
}
</style>