#68C0A4

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

Shades of Medium Aquamarine #68C0A4

Tints of Medium Aquamarine #68C0A4

Color information

#68C0A4 (or 0x68C0A4) is unknown color: approx Medium Aquamarine. HEX triplet: 68, C0 and A4. RGB value is (104,192,164). Sum of RGB (Red+Green+Blue) = 104+192+164=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C0A4 is #973F5B. Grayscale: #A2A2A2. Windows color (decimal): -9912156 or 10797160. OLE color: 10797160.

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

Color convert

RGB104192164-
CMYK0.4600.150.25
HSL160.91º41.12%58.04%-
HSV(B)160.91º45.83%75.29%-
XYZ31.2643.3241.84-
YUV162.5128.8586.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.61%
GREEN value IS 192 (75.39% from 255) = 41.74%
BLUE value IS 164 (64.45% from 255) = 35.65%
R=22.61%
G=41.74%
B=35.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041921640.4600.150.25160.9141.1258.04
Hex68C0A42E0F19a1293a
Octal15030024456017312415172
Binary11010001100000010100100101110011111100110100001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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