Shades of Medium Aquamarine #68CBA6
Tints of Medium Aquamarine #68CBA6
RGB
CMYK
RGB Variations
Color information
#68CBA6 (or 0x68CBA6) is known color: Medium Aquamarine. HEX triplet: 68, CB and A6. RGB value is (104,203,166). Sum of RGB (Red+Green+Blue) = 104+203+166=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBA6 is #973459. Grayscale: #A9A9A9. Windows color (decimal): -9909338 or 10931048. OLE color: 10931048.
HSL color Cylindrical-coordinate representation of color #68CBA6: hue angle of 157.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CBA6 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 166 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.20 |
| HSL | 157.58º | 0.49% | 0.6% | - |
| HSV(B) | 157.58º | 0.49% | 0.8% | - |
| XYZ | 33.95 | 48.41 | 43.63 | - |
| YUV | 169.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 166 | 0.49 | 0 | 0.18 | 0.20 | 157.58 | 0.49 | 0.6 |
| Hex | 68 | CB | A6 | 31 | 0 | 12 | 14 | 9E | 31 | 3C |
| Octal | 150 | 313 | 246 | 61 | 0 | 22 | 24 | 236 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10100110 | 110001 | 0 | 10010 | 10100 | 10011110 | 110001 | 111100 |
Color Harmonies of #68CBA6
Complementary color
Monochromatic Colors of #68CBA6
Black with #68CBA6
Text Example
Text Example
White with #68CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBA6; }
p { color: rgb(104,203,166); }
H1.HeaderClassName
{
color: #68CBA6;
}
.AnyTagClassName
{
color: #68CBA6;
}
</style>
background-color css
<style>
a { background-color: #68CBA6; }
a { background-color: rgb(104,203,166); }
div.DivClassName
{
background-color: #68CBA6;
}
.BgClassName
{
background-color: #68CBA6;
}
</style>
border-color css
<style>
span { border-color: #68CBA6; }
span { border-color: rgb(104,203,166); }
td.TdClassName
{
border-color: #68CBA6;
}
.TagClassName
{
border-color: #68CBA6;
}
</style>