Shades of Medium Aquamarine #68C8AB
Tints of Medium Aquamarine #68C8AB
RGB
CMYK
RGB Variations
Color information
#68C8AB (or 0x68C8AB) is known color: Medium Aquamarine. HEX triplet: 68, C8 and AB. RGB value is (104,200,171). Sum of RGB (Red+Green+Blue) = 104+200+171=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8AB is #973754. Grayscale: #A8A8A8. Windows color (decimal): -9910101 or 11257960. OLE color: 11257960.
HSL color Cylindrical-coordinate representation of color #68C8AB: hue angle of 161.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C8AB is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 171 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.22 |
| HSL | 161.88º | 0.47% | 0.6% | - |
| HSV(B) | 161.88º | 0.48% | 0.78% | - |
| XYZ | 33.71 | 47.19 | 45.86 | - |
| YUV | 167.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 171 | 0.48 | 0 | 0.14 | 0.22 | 161.88 | 0.47 | 0.6 |
| Hex | 68 | C8 | AB | 30 | 0 | E | 16 | A2 | 2F | 3C |
| Octal | 150 | 310 | 253 | 60 | 0 | 16 | 26 | 242 | 57 | 74 |
| Binary | 1101000 | 11001000 | 10101011 | 110000 | 0 | 1110 | 10110 | 10100010 | 101111 | 111100 |
Color Harmonies of #68C8AB
Complementary color
Monochromatic Colors of #68C8AB
Black with #68C8AB
Text Example
Text Example
White with #68C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C8AB; }
p { color: rgb(104,200,171); }
H1.HeaderClassName
{
color: #68C8AB;
}
.AnyTagClassName
{
color: #68C8AB;
}
</style>
background-color css
<style>
a { background-color: #68C8AB; }
a { background-color: rgb(104,200,171); }
div.DivClassName
{
background-color: #68C8AB;
}
.BgClassName
{
background-color: #68C8AB;
}
</style>
border-color css
<style>
span { border-color: #68C8AB; }
span { border-color: rgb(104,200,171); }
td.TdClassName
{
border-color: #68C8AB;
}
.TagClassName
{
border-color: #68C8AB;
}
</style>