Shades of Medium Aquamarine #68D09C
Tints of Medium Aquamarine #68D09C
RGB
CMYK
RGB Variations
Color information
#68D09C (or 0x68D09C) is known color: Medium Aquamarine. HEX triplet: 68, D0 and 9C. RGB value is (104,208,156). Sum of RGB (Red+Green+Blue) = 104+208+156=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #68D09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D09C is #972F63. Grayscale: #ABABAB. Windows color (decimal): -9908068 or 10276968. OLE color: 10276968.
HSL color Cylindrical-coordinate representation of color #68D09C: hue angle of 150º 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 #68D09C is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 156 | - |
| CMYK | 0.5 | 0 | 0.25 | 0.18 |
| HSL | 150º | 0.53% | 0.61% | - |
| HSV(B) | 150º | 0.5% | 0.82% | - |
| XYZ | 34.27 | 50.46 | 39.39 | - |
| YUV | 170.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 156 | 0.5 | 0 | 0.25 | 0.18 | 150 | 0.53 | 0.61 |
| Hex | 68 | D0 | 9C | 32 | 0 | 19 | 12 | 96 | 35 | 3D |
| Octal | 150 | 320 | 234 | 62 | 0 | 31 | 22 | 226 | 65 | 75 |
| Binary | 1101000 | 11010000 | 10011100 | 110010 | 0 | 11001 | 10010 | 10010110 | 110101 | 111101 |
Color Harmonies of #68D09C
Complementary color
Monochromatic Colors of #68D09C
Black with #68D09C
Text Example
Text Example
White with #68D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D09C; }
p { color: rgb(104,208,156); }
H1.HeaderClassName
{
color: #68D09C;
}
.AnyTagClassName
{
color: #68D09C;
}
</style>
background-color css
<style>
a { background-color: #68D09C; }
a { background-color: rgb(104,208,156); }
div.DivClassName
{
background-color: #68D09C;
}
.BgClassName
{
background-color: #68D09C;
}
</style>
border-color css
<style>
span { border-color: #68D09C; }
span { border-color: rgb(104,208,156); }
td.TdClassName
{
border-color: #68D09C;
}
.TagClassName
{
border-color: #68D09C;
}
</style>