Shades of Medium Aquamarine #68DCB3
Tints of Medium Aquamarine #68DCB3
RGB
CMYK
RGB Variations
Color information
#68DCB3 (or 0x68DCB3) is known color: Medium Aquamarine. HEX triplet: 68, DC and B3. RGB value is (104,220,179). Sum of RGB (Red+Green+Blue) = 104+220+179=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCB3 is #97234C. Grayscale: #B4B4B4. Windows color (decimal): -9904973 or 11787368. OLE color: 11787368.
HSL color Cylindrical-coordinate representation of color #68DCB3: hue angle of 158.79º 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 #68DCB3 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 179 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.14 |
| HSL | 158.79º | 0.62% | 0.64% | - |
| HSV(B) | 158.79º | 0.53% | 0.86% | - |
| XYZ | 39.44 | 57.38 | 51.65 | - |
| YUV | 180.64 | 127.07 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 179 | 0.53 | 0 | 0.19 | 0.14 | 158.79 | 0.62 | 0.64 |
| Hex | 68 | DC | B3 | 35 | 0 | 13 | E | 9F | 3E | 40 |
| Octal | 150 | 334 | 263 | 65 | 0 | 23 | 16 | 237 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10110011 | 110101 | 0 | 10011 | 1110 | 10011111 | 111110 | 1000000 |
Color Harmonies of #68DCB3
Complementary color
Monochromatic Colors of #68DCB3
Black with #68DCB3
Text Example
Text Example
White with #68DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCB3; }
p { color: rgb(104,220,179); }
H1.HeaderClassName
{
color: #68DCB3;
}
.AnyTagClassName
{
color: #68DCB3;
}
</style>
background-color css
<style>
a { background-color: #68DCB3; }
a { background-color: rgb(104,220,179); }
div.DivClassName
{
background-color: #68DCB3;
}
.BgClassName
{
background-color: #68DCB3;
}
</style>
border-color css
<style>
span { border-color: #68DCB3; }
span { border-color: rgb(104,220,179); }
td.TdClassName
{
border-color: #68DCB3;
}
.TagClassName
{
border-color: #68DCB3;
}
</style>