Shades of Medium Aquamarine #68CEAB
Tints of Medium Aquamarine #68CEAB
RGB
CMYK
RGB Variations
Color information
#68CEAB (or 0x68CEAB) is known color: Medium Aquamarine. HEX triplet: 68, CE and AB. RGB value is (104,206,171). Sum of RGB (Red+Green+Blue) = 104+206+171=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEAB is #973154. Grayscale: #ABABAB. Windows color (decimal): -9908565 or 11259496. OLE color: 11259496.
HSL color Cylindrical-coordinate representation of color #68CEAB: hue angle of 159.41º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEAB is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 171 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.19 |
| HSL | 159.41º | 0.51% | 0.61% | - |
| HSV(B) | 159.41º | 0.5% | 0.81% | - |
| XYZ | 35.13 | 50.03 | 46.33 | - |
| YUV | 171.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 171 | 0.50 | 0 | 0.17 | 0.19 | 159.41 | 0.51 | 0.61 |
| Hex | 68 | CE | AB | 32 | 0 | 11 | 13 | 9F | 33 | 3D |
| Octal | 150 | 316 | 253 | 62 | 0 | 21 | 23 | 237 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10101011 | 110010 | 0 | 10001 | 10011 | 10011111 | 110011 | 111101 |
Color Harmonies of #68CEAB
Complementary color
Monochromatic Colors of #68CEAB
Black with #68CEAB
Text Example
Text Example
White with #68CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEAB; }
p { color: rgb(104,206,171); }
H1.HeaderClassName
{
color: #68CEAB;
}
.AnyTagClassName
{
color: #68CEAB;
}
</style>
background-color css
<style>
a { background-color: #68CEAB; }
a { background-color: rgb(104,206,171); }
div.DivClassName
{
background-color: #68CEAB;
}
.BgClassName
{
background-color: #68CEAB;
}
</style>
border-color css
<style>
span { border-color: #68CEAB; }
span { border-color: rgb(104,206,171); }
td.TdClassName
{
border-color: #68CEAB;
}
.TagClassName
{
border-color: #68CEAB;
}
</style>