Shades of Medium Aquamarine #68C9A2
Tints of Medium Aquamarine #68C9A2
RGB
CMYK
RGB Variations
Color information
#68C9A2 (or 0x68C9A2) is known color: Medium Aquamarine. HEX triplet: 68, C9 and A2. RGB value is (104,201,162). Sum of RGB (Red+Green+Blue) = 104+201+162=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #68C9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C9A2 is #97365D. Grayscale: #A7A7A7. Windows color (decimal): -9909854 or 10668392. OLE color: 10668392.
HSL color Cylindrical-coordinate representation of color #68C9A2: hue angle of 155.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C9A2 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 162 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.21 |
| HSL | 155.88º | 0.47% | 0.6% | - |
| HSV(B) | 155.88º | 0.48% | 0.79% | - |
| XYZ | 33.12 | 47.32 | 41.57 | - |
| YUV | 167.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 162 | 0.48 | 0 | 0.19 | 0.21 | 155.88 | 0.47 | 0.6 |
| Hex | 68 | C9 | A2 | 30 | 0 | 13 | 15 | 9C | 2F | 3C |
| Octal | 150 | 311 | 242 | 60 | 0 | 23 | 25 | 234 | 57 | 74 |
| Binary | 1101000 | 11001001 | 10100010 | 110000 | 0 | 10011 | 10101 | 10011100 | 101111 | 111100 |
Color Harmonies of #68C9A2
Complementary color
Monochromatic Colors of #68C9A2
Black with #68C9A2
Text Example
Text Example
White with #68C9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9A2; }
p { color: rgb(104,201,162); }
H1.HeaderClassName
{
color: #68C9A2;
}
.AnyTagClassName
{
color: #68C9A2;
}
</style>
background-color css
<style>
a { background-color: #68C9A2; }
a { background-color: rgb(104,201,162); }
div.DivClassName
{
background-color: #68C9A2;
}
.BgClassName
{
background-color: #68C9A2;
}
</style>
border-color css
<style>
span { border-color: #68C9A2; }
span { border-color: rgb(104,201,162); }
td.TdClassName
{
border-color: #68C9A2;
}
.TagClassName
{
border-color: #68C9A2;
}
</style>