Shades of Medium Aquamarine #68DAAF
Tints of Medium Aquamarine #68DAAF
RGB
CMYK
RGB Variations
Color information
#68DAAF (or 0x68DAAF) is known color: Medium Aquamarine. HEX triplet: 68, DA and AF. RGB value is (104,218,175). Sum of RGB (Red+Green+Blue) = 104+218+175=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DAAF is #972550. Grayscale: #B3B3B3. Windows color (decimal): -9905489 or 11524712. OLE color: 11524712.
HSL color Cylindrical-coordinate representation of color #68DAAF: hue angle of 157.37º 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 #68DAAF is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 175 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.15 |
| HSL | 157.37º | 0.61% | 0.63% | - |
| HSV(B) | 157.37º | 0.52% | 0.85% | - |
| XYZ | 38.52 | 56.18 | 49.37 | - |
| YUV | 179.01 | 125.73 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 175 | 0.52 | 0 | 0.20 | 0.15 | 157.37 | 0.61 | 0.63 |
| Hex | 68 | DA | AF | 34 | 0 | 14 | F | 9D | 3D | 3F |
| Octal | 150 | 332 | 257 | 64 | 0 | 24 | 17 | 235 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10101111 | 110100 | 0 | 10100 | 1111 | 10011101 | 111101 | 111111 |
Color Harmonies of #68DAAF
Complementary color
Monochromatic Colors of #68DAAF
Black with #68DAAF
Text Example
Text Example
White with #68DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAAF; }
p { color: rgb(104,218,175); }
H1.HeaderClassName
{
color: #68DAAF;
}
.AnyTagClassName
{
color: #68DAAF;
}
</style>
background-color css
<style>
a { background-color: #68DAAF; }
a { background-color: rgb(104,218,175); }
div.DivClassName
{
background-color: #68DAAF;
}
.BgClassName
{
background-color: #68DAAF;
}
</style>
border-color css
<style>
span { border-color: #68DAAF; }
span { border-color: rgb(104,218,175); }
td.TdClassName
{
border-color: #68DAAF;
}
.TagClassName
{
border-color: #68DAAF;
}
</style>