Shades of Medium Aquamarine #68DAAA
Tints of Medium Aquamarine #68DAAA
RGB
CMYK
RGB Variations
Color information
#68DAAA (or 0x68DAAA) is known color: Medium Aquamarine. HEX triplet: 68, DA and AA. RGB value is (104,218,170). Sum of RGB (Red+Green+Blue) = 104+218+170=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DAAA is #972555. Grayscale: #B2B2B2. Windows color (decimal): -9905494 or 11197032. OLE color: 11197032.
HSL color Cylindrical-coordinate representation of color #68DAAA: hue angle of 154.74º 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 #68DAAA is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 170 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.15 |
| HSL | 154.74º | 0.61% | 0.63% | - |
| HSV(B) | 154.74º | 0.52% | 0.85% | - |
| XYZ | 38.04 | 55.99 | 46.83 | - |
| YUV | 178.44 | 123.23 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 170 | 0.52 | 0 | 0.22 | 0.15 | 154.74 | 0.61 | 0.63 |
| Hex | 68 | DA | AA | 34 | 0 | 16 | F | 9B | 3D | 3F |
| Octal | 150 | 332 | 252 | 64 | 0 | 26 | 17 | 233 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10101010 | 110100 | 0 | 10110 | 1111 | 10011011 | 111101 | 111111 |
Color Harmonies of #68DAAA
Complementary color
Monochromatic Colors of #68DAAA
Black with #68DAAA
Text Example
Text Example
White with #68DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAAA; }
p { color: rgb(104,218,170); }
H1.HeaderClassName
{
color: #68DAAA;
}
.AnyTagClassName
{
color: #68DAAA;
}
</style>
background-color css
<style>
a { background-color: #68DAAA; }
a { background-color: rgb(104,218,170); }
div.DivClassName
{
background-color: #68DAAA;
}
.BgClassName
{
background-color: #68DAAA;
}
</style>
border-color css
<style>
span { border-color: #68DAAA; }
span { border-color: rgb(104,218,170); }
td.TdClassName
{
border-color: #68DAAA;
}
.TagClassName
{
border-color: #68DAAA;
}
</style>