#68A58D

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

Shades of Acapulco #68A58D

Tints of Acapulco #68A58D

Color information

#68A58D (or 0x68A58D) is unknown color: approx Acapulco. HEX triplet: 68, A5 and 8D. RGB value is (104,165,141). Sum of RGB (Red+Green+Blue) = 104+165+141=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #68A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A58D is #975A72. Grayscale: #909090. Windows color (decimal): -9919091 or 9282920. OLE color: 9282920.

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

Color convert

RGB104165141-
CMYK0.3700.150.35
HSL156.39º25.31%52.75%-
HSV(B)156.39º36.97%64.71%-
XYZ23.9731.7830.07-
YUV144.02126.2999.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.37%
GREEN value IS 165 (64.84% from 255) = 40.24%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=25.37%
G=40.24%
B=34.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041651410.3700.150.35156.3925.3152.75
Hex68A58D250F239c1935
Octal15024521545017432343165
Binary11010001010010110001101100101011111000111001110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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