Shades of Medium Aquamarine #68CCA8
Tints of Medium Aquamarine #68CCA8
RGB
CMYK
RGB Variations
Color information
#68CCA8 (or 0x68CCA8) is known color: Medium Aquamarine. HEX triplet: 68, CC and A8. RGB value is (104,204,168). Sum of RGB (Red+Green+Blue) = 104+204+168=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #68CCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CCA8 is #973357. Grayscale: #AAAAAA. Windows color (decimal): -9909080 or 11062376. OLE color: 11062376.
HSL color Cylindrical-coordinate representation of color #68CCA8: hue angle of 158.4º 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 #68CCA8 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 168 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.2 |
| HSL | 158.4º | 0.5% | 0.6% | - |
| HSV(B) | 158.4º | 0.49% | 0.8% | - |
| XYZ | 34.37 | 48.96 | 44.68 | - |
| YUV | 170 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 168 | 0.49 | 0 | 0.18 | 0.2 | 158.4 | 0.5 | 0.6 |
| Hex | 68 | CC | A8 | 31 | 0 | 12 | 14 | 9E | 32 | 3C |
| Octal | 150 | 314 | 250 | 61 | 0 | 22 | 24 | 236 | 62 | 74 |
| Binary | 1101000 | 11001100 | 10101000 | 110001 | 0 | 10010 | 10100 | 10011110 | 110010 | 111100 |
Color Harmonies of #68CCA8
Complementary color
Monochromatic Colors of #68CCA8
Black with #68CCA8
Text Example
Text Example
White with #68CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCA8; }
p { color: rgb(104,204,168); }
H1.HeaderClassName
{
color: #68CCA8;
}
.AnyTagClassName
{
color: #68CCA8;
}
</style>
background-color css
<style>
a { background-color: #68CCA8; }
a { background-color: rgb(104,204,168); }
div.DivClassName
{
background-color: #68CCA8;
}
.BgClassName
{
background-color: #68CCA8;
}
</style>
border-color css
<style>
span { border-color: #68CCA8; }
span { border-color: rgb(104,204,168); }
td.TdClassName
{
border-color: #68CCA8;
}
.TagClassName
{
border-color: #68CCA8;
}
</style>