#68C1AB

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

Shades of Medium Aquamarine #68C1AB

Tints of Medium Aquamarine #68C1AB

Color information

#68C1AB (or 0x68C1AB) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C1 and AB. RGB value is (104,193,171). Sum of RGB (Red+Green+Blue) = 104+193+171=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C1AB is #973E54. Grayscale: #A3A3A3. Windows color (decimal): -9911893 or 11256168. OLE color: 11256168.

HSL color Cylindrical-coordinate representation of color #68C1AB: hue angle of 165.17º 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 #68C1AB is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB104193171-
CMYK0.4600.110.24
HSL165.17º41.78%58.24%-
HSV(B)165.17º46.11%75.69%-
XYZ32.1344.0245.33-
YUV163.88132.0185.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.22%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=22.22%
G=41.24%
B=36.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041931710.4600.110.24165.1741.7858.24
Hex68C1AB2E0B18a52a3a
Octal15030125356013302455272
Binary11010001100000110101011101110010111100010100101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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