Shades of Medium Aquamarine #68D09F
Tints of Medium Aquamarine #68D09F
RGB
CMYK
RGB Variations
Color information
#68D09F (or 0x68D09F) is known color: Medium Aquamarine. HEX triplet: 68, D0 and 9F. RGB value is (104,208,159). Sum of RGB (Red+Green+Blue) = 104+208+159=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #68D09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D09F is #972F60. Grayscale: #ABABAB. Windows color (decimal): -9908065 or 10473576. OLE color: 10473576.
HSL color Cylindrical-coordinate representation of color #68D09F: hue angle of 151.73º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D09F is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 159 | - |
| CMYK | 0.5 | 0 | 0.24 | 0.18 |
| HSL | 151.73º | 0.53% | 0.61% | - |
| HSV(B) | 151.73º | 0.5% | 0.82% | - |
| XYZ | 34.52 | 50.56 | 40.74 | - |
| YUV | 171.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 159 | 0.5 | 0 | 0.24 | 0.18 | 151.73 | 0.53 | 0.61 |
| Hex | 68 | D0 | 9F | 32 | 0 | 18 | 12 | 98 | 35 | 3D |
| Octal | 150 | 320 | 237 | 62 | 0 | 30 | 22 | 230 | 65 | 75 |
| Binary | 1101000 | 11010000 | 10011111 | 110010 | 0 | 11000 | 10010 | 10011000 | 110101 | 111101 |
Color Harmonies of #68D09F
Complementary color
Monochromatic Colors of #68D09F
Black with #68D09F
Text Example
Text Example
White with #68D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D09F; }
p { color: rgb(104,208,159); }
H1.HeaderClassName
{
color: #68D09F;
}
.AnyTagClassName
{
color: #68D09F;
}
</style>
background-color css
<style>
a { background-color: #68D09F; }
a { background-color: rgb(104,208,159); }
div.DivClassName
{
background-color: #68D09F;
}
.BgClassName
{
background-color: #68D09F;
}
</style>
border-color css
<style>
span { border-color: #68D09F; }
span { border-color: rgb(104,208,159); }
td.TdClassName
{
border-color: #68D09F;
}
.TagClassName
{
border-color: #68D09F;
}
</style>