Shades of Medium Aquamarine #68D19F
Tints of Medium Aquamarine #68D19F
RGB
CMYK
RGB Variations
Color information
#68D19F (or 0x68D19F) is known color: Medium Aquamarine. HEX triplet: 68, D1 and 9F. RGB value is (104,209,159). Sum of RGB (Red+Green+Blue) = 104+209+159=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #68D19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D19F is #972E60. Grayscale: #ACACAC. Windows color (decimal): -9907809 or 10473832. OLE color: 10473832.
HSL color Cylindrical-coordinate representation of color #68D19F: hue angle of 151.43º 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 #68D19F is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 159 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.18 |
| HSL | 151.43º | 0.53% | 0.61% | - |
| HSV(B) | 151.43º | 0.5% | 0.82% | - |
| XYZ | 34.77 | 51.05 | 40.82 | - |
| YUV | 171.91 | 120.71 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 159 | 0.50 | 0 | 0.24 | 0.18 | 151.43 | 0.53 | 0.61 |
| Hex | 68 | D1 | 9F | 32 | 0 | 18 | 12 | 97 | 35 | 3D |
| Octal | 150 | 321 | 237 | 62 | 0 | 30 | 22 | 227 | 65 | 75 |
| Binary | 1101000 | 11010001 | 10011111 | 110010 | 0 | 11000 | 10010 | 10010111 | 110101 | 111101 |
Color Harmonies of #68D19F
Complementary color
Monochromatic Colors of #68D19F
Black with #68D19F
Text Example
Text Example
White with #68D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D19F; }
p { color: rgb(104,209,159); }
H1.HeaderClassName
{
color: #68D19F;
}
.AnyTagClassName
{
color: #68D19F;
}
</style>
background-color css
<style>
a { background-color: #68D19F; }
a { background-color: rgb(104,209,159); }
div.DivClassName
{
background-color: #68D19F;
}
.BgClassName
{
background-color: #68D19F;
}
</style>
border-color css
<style>
span { border-color: #68D19F; }
span { border-color: rgb(104,209,159); }
td.TdClassName
{
border-color: #68D19F;
}
.TagClassName
{
border-color: #68D19F;
}
</style>