Shades of Medium Aquamarine #68C3AE
Tints of Medium Aquamarine #68C3AE
RGB
CMYK
RGB Variations
Color information
#68C3AE (or 0x68C3AE) is known color: Medium Aquamarine. HEX triplet: 68, C3 and AE. RGB value is (104,195,174). Sum of RGB (Red+Green+Blue) = 104+195+174=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C3AE is #973C51. Grayscale: #A5A5A5. Windows color (decimal): -9911378 or 11453288. OLE color: 11453288.
HSL color Cylindrical-coordinate representation of color #68C3AE: hue angle of 166.15º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C3AE is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 174 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.24 |
| HSL | 166.15º | 0.43% | 0.59% | - |
| HSV(B) | 166.15º | 0.47% | 0.76% | - |
| XYZ | 32.86 | 45.03 | 47 | - |
| YUV | 165.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 174 | 0.47 | 0 | 0.11 | 0.24 | 166.15 | 0.43 | 0.59 |
| Hex | 68 | C3 | AE | 2F | 0 | B | 18 | A6 | 2B | 3B |
| Octal | 150 | 303 | 256 | 57 | 0 | 13 | 30 | 246 | 53 | 73 |
| Binary | 1101000 | 11000011 | 10101110 | 101111 | 0 | 1011 | 11000 | 10100110 | 101011 | 111011 |
Color Harmonies of #68C3AE
Complementary color
Monochromatic Colors of #68C3AE
Black with #68C3AE
Text Example
Text Example
White with #68C3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C3AE; }
p { color: rgb(104,195,174); }
H1.HeaderClassName
{
color: #68C3AE;
}
.AnyTagClassName
{
color: #68C3AE;
}
</style>
background-color css
<style>
a { background-color: #68C3AE; }
a { background-color: rgb(104,195,174); }
div.DivClassName
{
background-color: #68C3AE;
}
.BgClassName
{
background-color: #68C3AE;
}
</style>
border-color css
<style>
span { border-color: #68C3AE; }
span { border-color: rgb(104,195,174); }
td.TdClassName
{
border-color: #68C3AE;
}
.TagClassName
{
border-color: #68C3AE;
}
</style>