Shades of Medium Aquamarine #68DBB0
Tints of Medium Aquamarine #68DBB0
RGB
CMYK
RGB Variations
Color information
#68DBB0 (or 0x68DBB0) is known color: Medium Aquamarine. HEX triplet: 68, DB and B0. RGB value is (104,219,176). Sum of RGB (Red+Green+Blue) = 104+219+176=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DBB0 is #97244F. Grayscale: #B3B3B3. Windows color (decimal): -9905232 or 11590504. OLE color: 11590504.
HSL color Cylindrical-coordinate representation of color #68DBB0: hue angle of 157.57º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DBB0 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 176 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.14 |
| HSL | 157.57º | 0.61% | 0.63% | - |
| HSV(B) | 157.57º | 0.53% | 0.86% | - |
| XYZ | 38.88 | 56.74 | 49.98 | - |
| YUV | 179.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 176 | 0.53 | 0 | 0.20 | 0.14 | 157.57 | 0.61 | 0.63 |
| Hex | 68 | DB | B0 | 35 | 0 | 14 | E | 9E | 3D | 3F |
| Octal | 150 | 333 | 260 | 65 | 0 | 24 | 16 | 236 | 75 | 77 |
| Binary | 1101000 | 11011011 | 10110000 | 110101 | 0 | 10100 | 1110 | 10011110 | 111101 | 111111 |
Color Harmonies of #68DBB0
Complementary color
Monochromatic Colors of #68DBB0
Black with #68DBB0
Text Example
Text Example
White with #68DBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBB0; }
p { color: rgb(104,219,176); }
H1.HeaderClassName
{
color: #68DBB0;
}
.AnyTagClassName
{
color: #68DBB0;
}
</style>
background-color css
<style>
a { background-color: #68DBB0; }
a { background-color: rgb(104,219,176); }
div.DivClassName
{
background-color: #68DBB0;
}
.BgClassName
{
background-color: #68DBB0;
}
</style>
border-color css
<style>
span { border-color: #68DBB0; }
span { border-color: rgb(104,219,176); }
td.TdClassName
{
border-color: #68DBB0;
}
.TagClassName
{
border-color: #68DBB0;
}
</style>