Shades of Medium Aquamarine #68C9AB
Tints of Medium Aquamarine #68C9AB
RGB
CMYK
RGB Variations
Color information
#68C9AB (or 0x68C9AB) is known color: Medium Aquamarine. HEX triplet: 68, C9 and AB. RGB value is (104,201,171). Sum of RGB (Red+Green+Blue) = 104+201+171=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #68C9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C9AB is #973654. Grayscale: #A8A8A8. Windows color (decimal): -9909845 or 11258216. OLE color: 11258216.
HSL color Cylindrical-coordinate representation of color #68C9AB: hue angle of 161.44º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C9AB is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 171 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.21 |
| HSL | 161.44º | 0.47% | 0.6% | - |
| HSV(B) | 161.44º | 0.48% | 0.79% | - |
| XYZ | 33.95 | 47.66 | 45.94 | - |
| YUV | 168.58 | 129.36 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 171 | 0.48 | 0 | 0.15 | 0.21 | 161.44 | 0.47 | 0.6 |
| Hex | 68 | C9 | AB | 30 | 0 | F | 15 | A1 | 2F | 3C |
| Octal | 150 | 311 | 253 | 60 | 0 | 17 | 25 | 241 | 57 | 74 |
| Binary | 1101000 | 11001001 | 10101011 | 110000 | 0 | 1111 | 10101 | 10100001 | 101111 | 111100 |
Color Harmonies of #68C9AB
Complementary color
Monochromatic Colors of #68C9AB
Black with #68C9AB
Text Example
Text Example
White with #68C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9AB; }
p { color: rgb(104,201,171); }
H1.HeaderClassName
{
color: #68C9AB;
}
.AnyTagClassName
{
color: #68C9AB;
}
</style>
background-color css
<style>
a { background-color: #68C9AB; }
a { background-color: rgb(104,201,171); }
div.DivClassName
{
background-color: #68C9AB;
}
.BgClassName
{
background-color: #68C9AB;
}
</style>
border-color css
<style>
span { border-color: #68C9AB; }
span { border-color: rgb(104,201,171); }
td.TdClassName
{
border-color: #68C9AB;
}
.TagClassName
{
border-color: #68C9AB;
}
</style>