Shades of Medium Aquamarine #68CCA0
Tints of Medium Aquamarine #68CCA0
RGB
CMYK
RGB Variations
Color information
#68CCA0 (or 0x68CCA0) is known color: Medium Aquamarine. HEX triplet: 68, CC and A0. RGB value is (104,204,160). Sum of RGB (Red+Green+Blue) = 104+204+160=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #68CCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CCA0 is #97335F. Grayscale: #A9A9A9. Windows color (decimal): -9909088 or 10538088. OLE color: 10538088.
HSL color Cylindrical-coordinate representation of color #68CCA0: hue angle of 153.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CCA0 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 160 | - |
| CMYK | 0.49 | 0 | 0.22 | 0.2 |
| HSL | 153.6º | 0.5% | 0.6% | - |
| HSV(B) | 153.6º | 0.49% | 0.8% | - |
| XYZ | 33.65 | 48.67 | 40.88 | - |
| YUV | 169.08 | 122.87 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 160 | 0.49 | 0 | 0.22 | 0.2 | 153.6 | 0.5 | 0.6 |
| Hex | 68 | CC | A0 | 31 | 0 | 16 | 14 | 9A | 32 | 3C |
| Octal | 150 | 314 | 240 | 61 | 0 | 26 | 24 | 232 | 62 | 74 |
| Binary | 1101000 | 11001100 | 10100000 | 110001 | 0 | 10110 | 10100 | 10011010 | 110010 | 111100 |
Color Harmonies of #68CCA0
Complementary color
Monochromatic Colors of #68CCA0
Black with #68CCA0
Text Example
Text Example
White with #68CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCA0; }
p { color: rgb(104,204,160); }
H1.HeaderClassName
{
color: #68CCA0;
}
.AnyTagClassName
{
color: #68CCA0;
}
</style>
background-color css
<style>
a { background-color: #68CCA0; }
a { background-color: rgb(104,204,160); }
div.DivClassName
{
background-color: #68CCA0;
}
.BgClassName
{
background-color: #68CCA0;
}
</style>
border-color css
<style>
span { border-color: #68CCA0; }
span { border-color: rgb(104,204,160); }
td.TdClassName
{
border-color: #68CCA0;
}
.TagClassName
{
border-color: #68CCA0;
}
</style>