Shades of Medium Aquamarine #68DAB4
Tints of Medium Aquamarine #68DAB4
RGB
CMYK
RGB Variations
Color information
#68DAB4 (or 0x68DAB4) is known color: Medium Aquamarine. HEX triplet: 68, DA and B4. RGB value is (104,218,180). Sum of RGB (Red+Green+Blue) = 104+218+180=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #68DAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DAB4 is #97254B. Grayscale: #B3B3B3. Windows color (decimal): -9905484 or 11852392. OLE color: 11852392.
HSL color Cylindrical-coordinate representation of color #68DAB4: hue angle of 160º 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 #68DAB4 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 180 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.15 |
| HSL | 160º | 0.61% | 0.63% | - |
| HSV(B) | 160º | 0.52% | 0.85% | - |
| XYZ | 39.02 | 56.38 | 52.01 | - |
| YUV | 179.58 | 128.23 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 180 | 0.52 | 0 | 0.17 | 0.15 | 160 | 0.61 | 0.63 |
| Hex | 68 | DA | B4 | 34 | 0 | 11 | F | A0 | 3D | 3F |
| Octal | 150 | 332 | 264 | 64 | 0 | 21 | 17 | 240 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10110100 | 110100 | 0 | 10001 | 1111 | 10100000 | 111101 | 111111 |
Color Harmonies of #68DAB4
Complementary color
Monochromatic Colors of #68DAB4
Black with #68DAB4
Text Example
Text Example
White with #68DAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAB4; }
p { color: rgb(104,218,180); }
H1.HeaderClassName
{
color: #68DAB4;
}
.AnyTagClassName
{
color: #68DAB4;
}
</style>
background-color css
<style>
a { background-color: #68DAB4; }
a { background-color: rgb(104,218,180); }
div.DivClassName
{
background-color: #68DAB4;
}
.BgClassName
{
background-color: #68DAB4;
}
</style>
border-color css
<style>
span { border-color: #68DAB4; }
span { border-color: rgb(104,218,180); }
td.TdClassName
{
border-color: #68DAB4;
}
.TagClassName
{
border-color: #68DAB4;
}
</style>