#68C0A6

Color #68C0A6 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #68C0A6

Tints of Medium Aquamarine #68C0A6

Color information

#68C0A6 (or 0x68C0A6) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C0 and A6. RGB value is (104,192,166). Sum of RGB (Red+Green+Blue) = 104+192+166=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C0A6 is #973F59. Grayscale: #A2A2A2. Windows color (decimal): -9912154 or 10928232. OLE color: 10928232.

HSL color Cylindrical-coordinate representation of color #68C0A6: hue angle of 162.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C0A6 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB104192166-
CMYK0.4600.140.25
HSL162.27º41.12%58.04%-
HSV(B)162.27º45.83%75.29%-
XYZ31.4443.442.8-
YUV162.72129.8586.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 22.51%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 166 (65.23% from 255) = 35.93%
R=22.51%
G=41.56%
B=35.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041921660.4600.140.25162.2741.1258.04
Hex68C0A62E0E19a2293a
Octal15030024656016312425172
Binary11010001100000010100110101110011101100110100010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68C0A6; }

 p { color: rgb(104,192,166); }

 H1.HeaderClassName
 {
   color: #68C0A6;
 }
 .AnyTagClassName
 {
   color: #68C0A6;
 }
</style>
background-color css

<style>
 a { background-color: #68C0A6; }

 a { background-color: rgb(104,192,166); }

 div.DivClassName
 {
   background-color: #68C0A6;
 }
 .BgClassName
 {
   background-color: #68C0A6;
 }
</style>
border-color css

<style>
 span { border-color: #68C0A6; }

 span { border-color: rgb(104,192,166); }

 td.TdClassName
 {
   border-color: #68C0A6;
 }
 .TagClassName
 {
   border-color: #68C0A6;
 }
</style>