Shades of Medium Aquamarine #68DAA3
Tints of Medium Aquamarine #68DAA3
RGB
CMYK
RGB Variations
Color information
#68DAA3 (or 0x68DAA3) is known color: Medium Aquamarine. HEX triplet: 68, DA and A3. RGB value is (104,218,163). Sum of RGB (Red+Green+Blue) = 104+218+163=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DAA3 is #97255C. Grayscale: #B1B1B1. Windows color (decimal): -9905501 or 10738280. OLE color: 10738280.
HSL color Cylindrical-coordinate representation of color #68DAA3: hue angle of 151.05º 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 #68DAA3 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 163 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.15 |
| HSL | 151.05º | 0.61% | 0.63% | - |
| HSV(B) | 151.05º | 0.52% | 0.85% | - |
| XYZ | 37.39 | 55.73 | 43.44 | - |
| YUV | 177.64 | 119.73 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 163 | 0.52 | 0 | 0.25 | 0.15 | 151.05 | 0.61 | 0.63 |
| Hex | 68 | DA | A3 | 34 | 0 | 19 | F | 97 | 3D | 3F |
| Octal | 150 | 332 | 243 | 64 | 0 | 31 | 17 | 227 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10100011 | 110100 | 0 | 11001 | 1111 | 10010111 | 111101 | 111111 |
Color Harmonies of #68DAA3
Complementary color
Monochromatic Colors of #68DAA3
Black with #68DAA3
Text Example
Text Example
White with #68DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAA3; }
p { color: rgb(104,218,163); }
H1.HeaderClassName
{
color: #68DAA3;
}
.AnyTagClassName
{
color: #68DAA3;
}
</style>
background-color css
<style>
a { background-color: #68DAA3; }
a { background-color: rgb(104,218,163); }
div.DivClassName
{
background-color: #68DAA3;
}
.BgClassName
{
background-color: #68DAA3;
}
</style>
border-color css
<style>
span { border-color: #68DAA3; }
span { border-color: rgb(104,218,163); }
td.TdClassName
{
border-color: #68DAA3;
}
.TagClassName
{
border-color: #68DAA3;
}
</style>