Shades of Medium Aquamarine #68CEAF
Tints of Medium Aquamarine #68CEAF
RGB
CMYK
RGB Variations
Color information
#68CEAF (or 0x68CEAF) is known color: Medium Aquamarine. HEX triplet: 68, CE and AF. RGB value is (104,206,175). Sum of RGB (Red+Green+Blue) = 104+206+175=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEAF is #973150. Grayscale: #ABABAB. Windows color (decimal): -9908561 or 11521640. OLE color: 11521640.
HSL color Cylindrical-coordinate representation of color #68CEAF: hue angle of 161.76º 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 #68CEAF is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 175 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.19 |
| HSL | 161.76º | 0.51% | 0.61% | - |
| HSV(B) | 161.76º | 0.5% | 0.81% | - |
| XYZ | 35.52 | 50.18 | 48.37 | - |
| YUV | 171.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 175 | 0.50 | 0 | 0.15 | 0.19 | 161.76 | 0.51 | 0.61 |
| Hex | 68 | CE | AF | 32 | 0 | F | 13 | A2 | 33 | 3D |
| Octal | 150 | 316 | 257 | 62 | 0 | 17 | 23 | 242 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10101111 | 110010 | 0 | 1111 | 10011 | 10100010 | 110011 | 111101 |
Color Harmonies of #68CEAF
Complementary color
Monochromatic Colors of #68CEAF
Black with #68CEAF
Text Example
Text Example
White with #68CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEAF; }
p { color: rgb(104,206,175); }
H1.HeaderClassName
{
color: #68CEAF;
}
.AnyTagClassName
{
color: #68CEAF;
}
</style>
background-color css
<style>
a { background-color: #68CEAF; }
a { background-color: rgb(104,206,175); }
div.DivClassName
{
background-color: #68CEAF;
}
.BgClassName
{
background-color: #68CEAF;
}
</style>
border-color css
<style>
span { border-color: #68CEAF; }
span { border-color: rgb(104,206,175); }
td.TdClassName
{
border-color: #68CEAF;
}
.TagClassName
{
border-color: #68CEAF;
}
</style>