Shades of Medium Aquamarine #68C3AC
Tints of Medium Aquamarine #68C3AC
RGB
CMYK
RGB Variations
Color information
#68C3AC (or 0x68C3AC) is known color: Medium Aquamarine. HEX triplet: 68, C3 and AC. RGB value is (104,195,172). Sum of RGB (Red+Green+Blue) = 104+195+172=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C3AC is #973C53. Grayscale: #A5A5A5. Windows color (decimal): -9911380 or 11322216. OLE color: 11322216.
HSL color Cylindrical-coordinate representation of color #68C3AC: hue angle of 164.84º 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 #68C3AC is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 172 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.24 |
| HSL | 164.84º | 0.43% | 0.59% | - |
| HSV(B) | 164.84º | 0.47% | 0.76% | - |
| XYZ | 32.67 | 44.95 | 45.98 | - |
| YUV | 165.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 172 | 0.47 | 0 | 0.12 | 0.24 | 164.84 | 0.43 | 0.59 |
| Hex | 68 | C3 | AC | 2F | 0 | C | 18 | A5 | 2B | 3B |
| Octal | 150 | 303 | 254 | 57 | 0 | 14 | 30 | 245 | 53 | 73 |
| Binary | 1101000 | 11000011 | 10101100 | 101111 | 0 | 1100 | 11000 | 10100101 | 101011 | 111011 |
Color Harmonies of #68C3AC
Complementary color
Monochromatic Colors of #68C3AC
Black with #68C3AC
Text Example
Text Example
White with #68C3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C3AC; }
p { color: rgb(104,195,172); }
H1.HeaderClassName
{
color: #68C3AC;
}
.AnyTagClassName
{
color: #68C3AC;
}
</style>
background-color css
<style>
a { background-color: #68C3AC; }
a { background-color: rgb(104,195,172); }
div.DivClassName
{
background-color: #68C3AC;
}
.BgClassName
{
background-color: #68C3AC;
}
</style>
border-color css
<style>
span { border-color: #68C3AC; }
span { border-color: rgb(104,195,172); }
td.TdClassName
{
border-color: #68C3AC;
}
.TagClassName
{
border-color: #68C3AC;
}
</style>