Shades of Medium Aquamarine #68D5B2
Tints of Medium Aquamarine #68D5B2
RGB
CMYK
RGB Variations
Color information
#68D5B2 (or 0x68D5B2) is known color: Medium Aquamarine. HEX triplet: 68, D5 and B2. RGB value is (104,213,178). Sum of RGB (Red+Green+Blue) = 104+213+178=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D5B2 is #972A4D. Grayscale: #B0B0B0. Windows color (decimal): -9906766 or 11720040. OLE color: 11720040.
HSL color Cylindrical-coordinate representation of color #68D5B2: hue angle of 160.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D5B2 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 178 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.16 |
| HSL | 160.73º | 0.56% | 0.62% | - |
| HSV(B) | 160.73º | 0.51% | 0.84% | - |
| XYZ | 37.54 | 53.75 | 50.51 | - |
| YUV | 176.42 | 128.89 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 178 | 0.51 | 0 | 0.16 | 0.16 | 160.73 | 0.56 | 0.62 |
| Hex | 68 | D5 | B2 | 33 | 0 | 10 | 10 | A1 | 38 | 3E |
| Octal | 150 | 325 | 262 | 63 | 0 | 20 | 20 | 241 | 70 | 76 |
| Binary | 1101000 | 11010101 | 10110010 | 110011 | 0 | 10000 | 10000 | 10100001 | 111000 | 111110 |
Color Harmonies of #68D5B2
Complementary color
Monochromatic Colors of #68D5B2
Black with #68D5B2
Text Example
Text Example
White with #68D5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D5B2; }
p { color: rgb(104,213,178); }
H1.HeaderClassName
{
color: #68D5B2;
}
.AnyTagClassName
{
color: #68D5B2;
}
</style>
background-color css
<style>
a { background-color: #68D5B2; }
a { background-color: rgb(104,213,178); }
div.DivClassName
{
background-color: #68D5B2;
}
.BgClassName
{
background-color: #68D5B2;
}
</style>
border-color css
<style>
span { border-color: #68D5B2; }
span { border-color: rgb(104,213,178); }
td.TdClassName
{
border-color: #68D5B2;
}
.TagClassName
{
border-color: #68D5B2;
}
</style>