#68A58A

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

Shades of Acapulco #68A58A

Tints of Acapulco #68A58A

Color information

#68A58A (or 0x68A58A) is unknown color: approx Acapulco. HEX triplet: 68, A5 and 8A. RGB value is (104,165,138). Sum of RGB (Red+Green+Blue) = 104+165+138=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #68A58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A58A is #975A75. Grayscale: #8F8F8F. Windows color (decimal): -9919094 or 9086312. OLE color: 9086312.

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

Color convert

RGB104165138-
CMYK0.3700.160.35
HSL153.44º25.31%52.75%-
HSV(B)153.44º36.97%64.71%-
XYZ23.7531.6928.91-
YUV143.68124.7999.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.55%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=25.55%
G=40.54%
B=33.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041651380.3700.160.35153.4425.3152.75
Hex68A58A2501023991935
Octal15024521245020432313165
Binary110100010100101100010101001010100001000111001100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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