Shades of Medium Aquamarine #68DBB2
Tints of Medium Aquamarine #68DBB2
RGB
CMYK
RGB Variations
Color information
#68DBB2 (or 0x68DBB2) is known color: Medium Aquamarine. HEX triplet: 68, DB and B2. RGB value is (104,219,178). Sum of RGB (Red+Green+Blue) = 104+219+178=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DBB2 is #97244D. Grayscale: #B3B3B3. Windows color (decimal): -9905230 or 11721576. OLE color: 11721576.
HSL color Cylindrical-coordinate representation of color #68DBB2: hue angle of 158.61º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DBB2 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 178 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.14 |
| HSL | 158.61º | 0.61% | 0.63% | - |
| HSV(B) | 158.61º | 0.53% | 0.86% | - |
| XYZ | 39.08 | 56.82 | 51.03 | - |
| YUV | 179.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 178 | 0.53 | 0 | 0.19 | 0.14 | 158.61 | 0.61 | 0.63 |
| Hex | 68 | DB | B2 | 35 | 0 | 13 | E | 9F | 3D | 3F |
| Octal | 150 | 333 | 262 | 65 | 0 | 23 | 16 | 237 | 75 | 77 |
| Binary | 1101000 | 11011011 | 10110010 | 110101 | 0 | 10011 | 1110 | 10011111 | 111101 | 111111 |
Color Harmonies of #68DBB2
Complementary color
Monochromatic Colors of #68DBB2
Black with #68DBB2
Text Example
Text Example
White with #68DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBB2; }
p { color: rgb(104,219,178); }
H1.HeaderClassName
{
color: #68DBB2;
}
.AnyTagClassName
{
color: #68DBB2;
}
</style>
background-color css
<style>
a { background-color: #68DBB2; }
a { background-color: rgb(104,219,178); }
div.DivClassName
{
background-color: #68DBB2;
}
.BgClassName
{
background-color: #68DBB2;
}
</style>
border-color css
<style>
span { border-color: #68DBB2; }
span { border-color: rgb(104,219,178); }
td.TdClassName
{
border-color: #68DBB2;
}
.TagClassName
{
border-color: #68DBB2;
}
</style>