#68A494

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

Shades of Acapulco #68A494

Tints of Acapulco #68A494

Color information

#68A494 (or 0x68A494) is unknown color: approx Acapulco. HEX triplet: 68, A4 and 94. RGB value is (104,164,148). Sum of RGB (Red+Green+Blue) = 104+164+148=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #68A494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A494 is #975B6B. Grayscale: #909090. Windows color (decimal): -9919340 or 9741416. OLE color: 9741416.

HSL color Cylindrical-coordinate representation of color #68A494: hue angle of 164º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A494 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB104164148-
CMYK0.3700.100.36
HSL164º24.79%52.55%-
HSV(B)164º36.59%64.31%-
XYZ24.3331.6332.84-
YUV144.24130.1299.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 164 (64.45% from 255) = 39.42%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=25%
G=39.42%
B=35.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641480.3700.100.3616424.7952.55
Hex68A494250A24a41935
Octal15024422445012442443165
Binary11010001010010010010100100101010101001001010010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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