Shades of Medium Aquamarine #68C3B0
Tints of Medium Aquamarine #68C3B0
RGB
CMYK
RGB Variations
Color information
#68C3B0 (or 0x68C3B0) is known color: Medium Aquamarine. HEX triplet: 68, C3 and B0. RGB value is (104,195,176). Sum of RGB (Red+Green+Blue) = 104+195+176=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C3B0 is #973C4F. Grayscale: #A5A5A5. Windows color (decimal): -9911376 or 11584360. OLE color: 11584360.
HSL color Cylindrical-coordinate representation of color #68C3B0: hue angle of 167.47º 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 #68C3B0 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 176 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.24 |
| HSL | 167.47º | 0.43% | 0.59% | - |
| HSV(B) | 167.47º | 0.47% | 0.76% | - |
| XYZ | 33.06 | 45.11 | 48.04 | - |
| YUV | 165.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 176 | 0.47 | 0 | 0.10 | 0.24 | 167.47 | 0.43 | 0.59 |
| Hex | 68 | C3 | B0 | 2F | 0 | A | 18 | A7 | 2B | 3B |
| Octal | 150 | 303 | 260 | 57 | 0 | 12 | 30 | 247 | 53 | 73 |
| Binary | 1101000 | 11000011 | 10110000 | 101111 | 0 | 1010 | 11000 | 10100111 | 101011 | 111011 |
Color Harmonies of #68C3B0
Complementary color
Monochromatic Colors of #68C3B0
Black with #68C3B0
Text Example
Text Example
White with #68C3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C3B0; }
p { color: rgb(104,195,176); }
H1.HeaderClassName
{
color: #68C3B0;
}
.AnyTagClassName
{
color: #68C3B0;
}
</style>
background-color css
<style>
a { background-color: #68C3B0; }
a { background-color: rgb(104,195,176); }
div.DivClassName
{
background-color: #68C3B0;
}
.BgClassName
{
background-color: #68C3B0;
}
</style>
border-color css
<style>
span { border-color: #68C3B0; }
span { border-color: rgb(104,195,176); }
td.TdClassName
{
border-color: #68C3B0;
}
.TagClassName
{
border-color: #68C3B0;
}
</style>