Shades of Medium Aquamarine #68DBB4
Tints of Medium Aquamarine #68DBB4
RGB
CMYK
RGB Variations
Color information
#68DBB4 (or 0x68DBB4) is known color: Medium Aquamarine. HEX triplet: 68, DB and B4. RGB value is (104,219,180). Sum of RGB (Red+Green+Blue) = 104+219+180=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBB4 is #97244B. Grayscale: #B4B4B4. Windows color (decimal): -9905228 or 11852648. OLE color: 11852648.
HSL color Cylindrical-coordinate representation of color #68DBB4: hue angle of 159.65º 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 #68DBB4 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 180 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.14 |
| HSL | 159.65º | 0.61% | 0.63% | - |
| HSV(B) | 159.65º | 0.53% | 0.86% | - |
| XYZ | 39.28 | 56.9 | 52.09 | - |
| YUV | 180.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 180 | 0.53 | 0 | 0.18 | 0.14 | 159.65 | 0.61 | 0.63 |
| Hex | 68 | DB | B4 | 35 | 0 | 12 | E | A0 | 3D | 3F |
| Octal | 150 | 333 | 264 | 65 | 0 | 22 | 16 | 240 | 75 | 77 |
| Binary | 1101000 | 11011011 | 10110100 | 110101 | 0 | 10010 | 1110 | 10100000 | 111101 | 111111 |
Color Harmonies of #68DBB4
Complementary color
Monochromatic Colors of #68DBB4
Black with #68DBB4
Text Example
Text Example
White with #68DBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBB4; }
p { color: rgb(104,219,180); }
H1.HeaderClassName
{
color: #68DBB4;
}
.AnyTagClassName
{
color: #68DBB4;
}
</style>
background-color css
<style>
a { background-color: #68DBB4; }
a { background-color: rgb(104,219,180); }
div.DivClassName
{
background-color: #68DBB4;
}
.BgClassName
{
background-color: #68DBB4;
}
</style>
border-color css
<style>
span { border-color: #68DBB4; }
span { border-color: rgb(104,219,180); }
td.TdClassName
{
border-color: #68DBB4;
}
.TagClassName
{
border-color: #68DBB4;
}
</style>