Shades of Medium Aquamarine #68DCB5
Tints of Medium Aquamarine #68DCB5
RGB
CMYK
RGB Variations
Color information
#68DCB5 (or 0x68DCB5) is known color: Medium Aquamarine. HEX triplet: 68, DC and B5. RGB value is (104,220,181). Sum of RGB (Red+Green+Blue) = 104+220+181=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCB5 is #97234A. Grayscale: #B4B4B4. Windows color (decimal): -9904971 or 11918440. OLE color: 11918440.
HSL color Cylindrical-coordinate representation of color #68DCB5: hue angle of 159.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCB5 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 181 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.14 |
| HSL | 159.83º | 0.62% | 0.64% | - |
| HSV(B) | 159.83º | 0.53% | 0.86% | - |
| XYZ | 39.64 | 57.47 | 52.72 | - |
| YUV | 180.87 | 128.07 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 181 | 0.53 | 0 | 0.18 | 0.14 | 159.83 | 0.62 | 0.64 |
| Hex | 68 | DC | B5 | 35 | 0 | 12 | E | A0 | 3E | 40 |
| Octal | 150 | 334 | 265 | 65 | 0 | 22 | 16 | 240 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10110101 | 110101 | 0 | 10010 | 1110 | 10100000 | 111110 | 1000000 |
Color Harmonies of #68DCB5
Complementary color
Monochromatic Colors of #68DCB5
Black with #68DCB5
Text Example
Text Example
White with #68DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCB5; }
p { color: rgb(104,220,181); }
H1.HeaderClassName
{
color: #68DCB5;
}
.AnyTagClassName
{
color: #68DCB5;
}
</style>
background-color css
<style>
a { background-color: #68DCB5; }
a { background-color: rgb(104,220,181); }
div.DivClassName
{
background-color: #68DCB5;
}
.BgClassName
{
background-color: #68DCB5;
}
</style>
border-color css
<style>
span { border-color: #68DCB5; }
span { border-color: rgb(104,220,181); }
td.TdClassName
{
border-color: #68DCB5;
}
.TagClassName
{
border-color: #68DCB5;
}
</style>