Shades of Medium Aquamarine #68CBAB
Tints of Medium Aquamarine #68CBAB
RGB
CMYK
RGB Variations
Color information
#68CBAB (or 0x68CBAB) is known color: Medium Aquamarine. HEX triplet: 68, CB and AB. RGB value is (104,203,171). Sum of RGB (Red+Green+Blue) = 104+203+171=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBAB is #973454. Grayscale: #A9A9A9. Windows color (decimal): -9909333 or 11258728. OLE color: 11258728.
HSL color Cylindrical-coordinate representation of color #68CBAB: hue angle of 160.61º 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 #68CBAB is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 171 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.20 |
| HSL | 160.61º | 0.49% | 0.6% | - |
| HSV(B) | 160.61º | 0.49% | 0.8% | - |
| XYZ | 34.42 | 48.6 | 46.09 | - |
| YUV | 169.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 171 | 0.49 | 0 | 0.16 | 0.20 | 160.61 | 0.49 | 0.6 |
| Hex | 68 | CB | AB | 31 | 0 | 10 | 14 | A1 | 31 | 3C |
| Octal | 150 | 313 | 253 | 61 | 0 | 20 | 24 | 241 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10101011 | 110001 | 0 | 10000 | 10100 | 10100001 | 110001 | 111100 |
Color Harmonies of #68CBAB
Complementary color
Monochromatic Colors of #68CBAB
Black with #68CBAB
Text Example
Text Example
White with #68CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBAB; }
p { color: rgb(104,203,171); }
H1.HeaderClassName
{
color: #68CBAB;
}
.AnyTagClassName
{
color: #68CBAB;
}
</style>
background-color css
<style>
a { background-color: #68CBAB; }
a { background-color: rgb(104,203,171); }
div.DivClassName
{
background-color: #68CBAB;
}
.BgClassName
{
background-color: #68CBAB;
}
</style>
border-color css
<style>
span { border-color: #68CBAB; }
span { border-color: rgb(104,203,171); }
td.TdClassName
{
border-color: #68CBAB;
}
.TagClassName
{
border-color: #68CBAB;
}
</style>