#68C1AA

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

Shades of Medium Aquamarine #68C1AA

Tints of Medium Aquamarine #68C1AA

Color information

#68C1AA (or 0x68C1AA) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C1 and AA. RGB value is (104,193,170). Sum of RGB (Red+Green+Blue) = 104+193+170=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C1AA is #973E55. Grayscale: #A3A3A3. Windows color (decimal): -9911894 or 11190632. OLE color: 11190632.

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

Color convert

RGB104193170-
CMYK0.4600.120.24
HSL164.49º41.78%58.24%-
HSV(B)164.49º46.11%75.69%-
XYZ32.0343.9944.83-
YUV163.77131.5185.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.27%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=22.27%
G=41.33%
B=36.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041931700.4600.120.24164.4941.7858.24
Hex68C1AA2E0C18a42a3a
Octal15030125256014302445272
Binary11010001100000110101010101110011001100010100100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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