Shades of Medium Aquamarine #68DAB5
Tints of Medium Aquamarine #68DAB5
RGB
CMYK
RGB Variations
Color information
#68DAB5 (or 0x68DAB5) is known color: Medium Aquamarine. HEX triplet: 68, DA and B5. RGB value is (104,218,181). Sum of RGB (Red+Green+Blue) = 104+218+181=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAB5 is #97254A. Grayscale: #B3B3B3. Windows color (decimal): -9905483 or 11917928. OLE color: 11917928.
HSL color Cylindrical-coordinate representation of color #68DAB5: hue angle of 160.53º 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 #68DAB5 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 181 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.15 |
| HSL | 160.53º | 0.61% | 0.63% | - |
| HSV(B) | 160.53º | 0.52% | 0.85% | - |
| XYZ | 39.12 | 56.42 | 52.54 | - |
| YUV | 179.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 181 | 0.52 | 0 | 0.17 | 0.15 | 160.53 | 0.61 | 0.63 |
| Hex | 68 | DA | B5 | 34 | 0 | 11 | F | A1 | 3D | 3F |
| Octal | 150 | 332 | 265 | 64 | 0 | 21 | 17 | 241 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10110101 | 110100 | 0 | 10001 | 1111 | 10100001 | 111101 | 111111 |
Color Harmonies of #68DAB5
Complementary color
Monochromatic Colors of #68DAB5
Black with #68DAB5
Text Example
Text Example
White with #68DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAB5; }
p { color: rgb(104,218,181); }
H1.HeaderClassName
{
color: #68DAB5;
}
.AnyTagClassName
{
color: #68DAB5;
}
</style>
background-color css
<style>
a { background-color: #68DAB5; }
a { background-color: rgb(104,218,181); }
div.DivClassName
{
background-color: #68DAB5;
}
.BgClassName
{
background-color: #68DAB5;
}
</style>
border-color css
<style>
span { border-color: #68DAB5; }
span { border-color: rgb(104,218,181); }
td.TdClassName
{
border-color: #68DAB5;
}
.TagClassName
{
border-color: #68DAB5;
}
</style>