Shades of Medium Aquamarine #68C3A8
Tints of Medium Aquamarine #68C3A8
RGB
CMYK
RGB Variations
Color information
#68C3A8 (or 0x68C3A8) is known color: Medium Aquamarine. HEX triplet: 68, C3 and A8. RGB value is (104,195,168). Sum of RGB (Red+Green+Blue) = 104+195+168=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C3A8 is #973C57. Grayscale: #A4A4A4. Windows color (decimal): -9911384 or 11060072. OLE color: 11060072.
HSL color Cylindrical-coordinate representation of color #68C3A8: hue angle of 162.2º 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 #68C3A8 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 168 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.24 |
| HSL | 162.2º | 0.43% | 0.59% | - |
| HSV(B) | 162.2º | 0.47% | 0.76% | - |
| XYZ | 32.29 | 44.8 | 43.99 | - |
| YUV | 164.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 168 | 0.47 | 0 | 0.14 | 0.24 | 162.2 | 0.43 | 0.59 |
| Hex | 68 | C3 | A8 | 2F | 0 | E | 18 | A2 | 2B | 3B |
| Octal | 150 | 303 | 250 | 57 | 0 | 16 | 30 | 242 | 53 | 73 |
| Binary | 1101000 | 11000011 | 10101000 | 101111 | 0 | 1110 | 11000 | 10100010 | 101011 | 111011 |
Color Harmonies of #68C3A8
Complementary color
Monochromatic Colors of #68C3A8
Black with #68C3A8
Text Example
Text Example
White with #68C3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C3A8; }
p { color: rgb(104,195,168); }
H1.HeaderClassName
{
color: #68C3A8;
}
.AnyTagClassName
{
color: #68C3A8;
}
</style>
background-color css
<style>
a { background-color: #68C3A8; }
a { background-color: rgb(104,195,168); }
div.DivClassName
{
background-color: #68C3A8;
}
.BgClassName
{
background-color: #68C3A8;
}
</style>
border-color css
<style>
span { border-color: #68C3A8; }
span { border-color: rgb(104,195,168); }
td.TdClassName
{
border-color: #68C3A8;
}
.TagClassName
{
border-color: #68C3A8;
}
</style>