Shades of Medium Aquamarine #68D69F
Tints of Medium Aquamarine #68D69F
RGB
CMYK
RGB Variations
Color information
#68D69F (or 0x68D69F) is known color: Medium Aquamarine. HEX triplet: 68, D6 and 9F. RGB value is (104,214,159). Sum of RGB (Red+Green+Blue) = 104+214+159=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #68D69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D69F is #972960. Grayscale: #AEAEAE. Windows color (decimal): -9906529 or 10475112. OLE color: 10475112.
HSL color Cylindrical-coordinate representation of color #68D69F: hue angle of 150º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D69F is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 159 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.16 |
| HSL | 150º | 0.57% | 0.62% | - |
| HSV(B) | 150º | 0.51% | 0.84% | - |
| XYZ | 36.01 | 53.54 | 41.24 | - |
| YUV | 174.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 159 | 0.51 | 0 | 0.26 | 0.16 | 150 | 0.57 | 0.62 |
| Hex | 68 | D6 | 9F | 33 | 0 | 1A | 10 | 96 | 39 | 3E |
| Octal | 150 | 326 | 237 | 63 | 0 | 32 | 20 | 226 | 71 | 76 |
| Binary | 1101000 | 11010110 | 10011111 | 110011 | 0 | 11010 | 10000 | 10010110 | 111001 | 111110 |
Color Harmonies of #68D69F
Complementary color
Monochromatic Colors of #68D69F
Black with #68D69F
Text Example
Text Example
White with #68D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D69F; }
p { color: rgb(104,214,159); }
H1.HeaderClassName
{
color: #68D69F;
}
.AnyTagClassName
{
color: #68D69F;
}
</style>
background-color css
<style>
a { background-color: #68D69F; }
a { background-color: rgb(104,214,159); }
div.DivClassName
{
background-color: #68D69F;
}
.BgClassName
{
background-color: #68D69F;
}
</style>
border-color css
<style>
span { border-color: #68D69F; }
span { border-color: rgb(104,214,159); }
td.TdClassName
{
border-color: #68D69F;
}
.TagClassName
{
border-color: #68D69F;
}
</style>