Shades of Medium Aquamarine #68C5B2
Tints of Medium Aquamarine #68C5B2
RGB
CMYK
RGB Variations
Color information
#68C5B2 (or 0x68C5B2) is known color: Medium Aquamarine. HEX triplet: 68, C5 and B2. RGB value is (104,197,178). Sum of RGB (Red+Green+Blue) = 104+197+178=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C5B2 is #973A4D. Grayscale: #A7A7A7. Windows color (decimal): -9910862 or 11715944. OLE color: 11715944.
HSL color Cylindrical-coordinate representation of color #68C5B2: hue angle of 167.74º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C5B2 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 178 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.23 |
| HSL | 167.74º | 0.44% | 0.59% | - |
| HSV(B) | 167.74º | 0.47% | 0.77% | - |
| XYZ | 33.71 | 46.09 | 49.24 | - |
| YUV | 167.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 178 | 0.47 | 0 | 0.10 | 0.23 | 167.74 | 0.44 | 0.59 |
| Hex | 68 | C5 | B2 | 2F | 0 | A | 17 | A8 | 2C | 3B |
| Octal | 150 | 305 | 262 | 57 | 0 | 12 | 27 | 250 | 54 | 73 |
| Binary | 1101000 | 11000101 | 10110010 | 101111 | 0 | 1010 | 10111 | 10101000 | 101100 | 111011 |
Color Harmonies of #68C5B2
Complementary color
Monochromatic Colors of #68C5B2
Black with #68C5B2
Text Example
Text Example
White with #68C5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C5B2; }
p { color: rgb(104,197,178); }
H1.HeaderClassName
{
color: #68C5B2;
}
.AnyTagClassName
{
color: #68C5B2;
}
</style>
background-color css
<style>
a { background-color: #68C5B2; }
a { background-color: rgb(104,197,178); }
div.DivClassName
{
background-color: #68C5B2;
}
.BgClassName
{
background-color: #68C5B2;
}
</style>
border-color css
<style>
span { border-color: #68C5B2; }
span { border-color: rgb(104,197,178); }
td.TdClassName
{
border-color: #68C5B2;
}
.TagClassName
{
border-color: #68C5B2;
}
</style>