#68C1A0

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

Shades of Medium Aquamarine #68C1A0

Tints of Medium Aquamarine #68C1A0

Color information

#68C1A0 (or 0x68C1A0) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C1 and A0. RGB value is (104,193,160). Sum of RGB (Red+Green+Blue) = 104+193+160=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C1A0 is #973E5F. Grayscale: #A2A2A2. Windows color (decimal): -9911904 or 10535272. OLE color: 10535272.

HSL color Cylindrical-coordinate representation of color #68C1A0: hue angle of 157.75º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C1A0 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB104193160-
CMYK0.4600.170.24
HSL157.75º41.78%58.24%-
HSV(B)157.75º46.11%75.69%-
XYZ31.1243.6240.04-
YUV162.63126.5186.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.76%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=22.76%
G=42.23%
B=35.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041931600.4600.170.24157.7541.7858.24
Hex68C1A02E011189e2a3a
Octal15030124056021302365272
Binary110100011000001101000001011100100011100010011110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,193,160); }

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

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

 a { background-color: rgb(104,193,160); }

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

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

 span { border-color: rgb(104,193,160); }

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