Shades of Medium Aquamarine #68DAB0
Tints of Medium Aquamarine #68DAB0
RGB
CMYK
RGB Variations
Color information
#68DAB0 (or 0x68DAB0) is known color: Medium Aquamarine. HEX triplet: 68, DA and B0. RGB value is (104,218,176). Sum of RGB (Red+Green+Blue) = 104+218+176=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DAB0 is #97254F. Grayscale: #B3B3B3. Windows color (decimal): -9905488 or 11590248. OLE color: 11590248.
HSL color Cylindrical-coordinate representation of color #68DAB0: hue angle of 157.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DAB0 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 176 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.15 |
| HSL | 157.89º | 0.61% | 0.63% | - |
| HSV(B) | 157.89º | 0.52% | 0.85% | - |
| XYZ | 38.62 | 56.22 | 49.89 | - |
| YUV | 179.13 | 126.23 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 176 | 0.52 | 0 | 0.19 | 0.15 | 157.89 | 0.61 | 0.63 |
| Hex | 68 | DA | B0 | 34 | 0 | 13 | F | 9E | 3D | 3F |
| Octal | 150 | 332 | 260 | 64 | 0 | 23 | 17 | 236 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10110000 | 110100 | 0 | 10011 | 1111 | 10011110 | 111101 | 111111 |
Color Harmonies of #68DAB0
Complementary color
Monochromatic Colors of #68DAB0
Black with #68DAB0
Text Example
Text Example
White with #68DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAB0; }
p { color: rgb(104,218,176); }
H1.HeaderClassName
{
color: #68DAB0;
}
.AnyTagClassName
{
color: #68DAB0;
}
</style>
background-color css
<style>
a { background-color: #68DAB0; }
a { background-color: rgb(104,218,176); }
div.DivClassName
{
background-color: #68DAB0;
}
.BgClassName
{
background-color: #68DAB0;
}
</style>
border-color css
<style>
span { border-color: #68DAB0; }
span { border-color: rgb(104,218,176); }
td.TdClassName
{
border-color: #68DAB0;
}
.TagClassName
{
border-color: #68DAB0;
}
</style>