#68C5A6

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

Shades of Medium Aquamarine #68C5A6

Tints of Medium Aquamarine #68C5A6

Color information

#68C5A6 (or 0x68C5A6) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C5 and A6. RGB value is (104,197,166). Sum of RGB (Red+Green+Blue) = 104+197+166=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C5A6 is #973A59. Grayscale: #A5A5A5. Windows color (decimal): -9910874 or 10929512. OLE color: 10929512.

HSL color Cylindrical-coordinate representation of color #68C5A6: hue angle of 160º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C5A6 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB104197166-
CMYK0.4700.160.23
HSL160º44.5%59.02%-
HSV(B)160º47.21%77.25%-
XYZ32.5645.6343.17-
YUV165.66128.1984.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=22.27%
G=42.18%
B=35.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041971660.4700.160.2316044.559.02
Hex68C5A62F01017a02c3b
Octal15030524657020272405473
Binary110100011000101101001101011110100001011110100000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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