Shades of Medium Aquamarine #68DC9F
Tints of Medium Aquamarine #68DC9F
RGB
CMYK
RGB Variations
Color information
#68DC9F (or 0x68DC9F) is known color: Medium Aquamarine. HEX triplet: 68, DC and 9F. RGB value is (104,220,159). Sum of RGB (Red+Green+Blue) = 104+220+159=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC9F is #972360. Grayscale: #B2B2B2. Windows color (decimal): -9904993 or 10476648. OLE color: 10476648.
HSL color Cylindrical-coordinate representation of color #68DC9F: hue angle of 148.45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DC9F is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 159 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.14 |
| HSL | 148.45º | 0.62% | 0.64% | - |
| HSV(B) | 148.45º | 0.53% | 0.86% | - |
| XYZ | 37.56 | 56.63 | 41.75 | - |
| YUV | 178.36 | 117.07 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 159 | 0.53 | 0 | 0.28 | 0.14 | 148.45 | 0.62 | 0.64 |
| Hex | 68 | DC | 9F | 35 | 0 | 1C | E | 94 | 3E | 40 |
| Octal | 150 | 334 | 237 | 65 | 0 | 34 | 16 | 224 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10011111 | 110101 | 0 | 11100 | 1110 | 10010100 | 111110 | 1000000 |
Color Harmonies of #68DC9F
Complementary color
Monochromatic Colors of #68DC9F
Black with #68DC9F
Text Example
Text Example
White with #68DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DC9F; }
p { color: rgb(104,220,159); }
H1.HeaderClassName
{
color: #68DC9F;
}
.AnyTagClassName
{
color: #68DC9F;
}
</style>
background-color css
<style>
a { background-color: #68DC9F; }
a { background-color: rgb(104,220,159); }
div.DivClassName
{
background-color: #68DC9F;
}
.BgClassName
{
background-color: #68DC9F;
}
</style>
border-color css
<style>
span { border-color: #68DC9F; }
span { border-color: rgb(104,220,159); }
td.TdClassName
{
border-color: #68DC9F;
}
.TagClassName
{
border-color: #68DC9F;
}
</style>