#68A590

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

Shades of Acapulco #68A590

Tints of Acapulco #68A590

Color information

#68A590 (or 0x68A590) is unknown color: approx Acapulco. HEX triplet: 68, A5 and 90. RGB value is (104,165,144). Sum of RGB (Red+Green+Blue) = 104+165+144=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #68A590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A590 is #975A6F. Grayscale: #909090. Windows color (decimal): -9919088 or 9479528. OLE color: 9479528.

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

Color convert

RGB104165144-
CMYK0.3700.130.35
HSL159.34º25.31%52.75%-
HSV(B)159.34º36.97%64.71%-
XYZ24.231.8731.26-
YUV144.37127.7999.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=25.18%
G=39.95%
B=34.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041651440.3700.130.35159.3425.3152.75
Hex68A590250D239f1935
Octal15024522045015432373165
Binary11010001010010110010000100101011011000111001111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,165,144); }

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

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

 a { background-color: rgb(104,165,144); }

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

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

 span { border-color: rgb(104,165,144); }

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