#68A389

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

Shades of Acapulco #68A389

Tints of Acapulco #68A389

Color information

#68A389 (or 0x68A389) is unknown color: approx Acapulco. HEX triplet: 68, A3 and 89. RGB value is (104,163,137). Sum of RGB (Red+Green+Blue) = 104+163+137=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #68A389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A389 is #975C76. Grayscale: #8E8E8E. Windows color (decimal): -9919607 or 9020264. OLE color: 9020264.

HSL color Cylindrical-coordinate representation of color #68A389: hue angle of 153.56º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A389 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB104163137-
CMYK0.3600.160.36
HSL153.56º24.28%52.35%-
HSV(B)153.56º36.2%63.92%-
XYZ23.3230.9428.41-
YUV142.4124.95100.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 163 (64.06% from 255) = 40.35%
BLUE value IS 137 (53.91% from 255) = 33.91%
R=25.74%
G=40.35%
B=33.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041631370.3600.160.36153.5624.2852.35
Hex68A38924010249a1834
Octal15024321144020442323064
Binary110100010100011100010011001000100001001001001101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,163,137); }

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

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

 a { background-color: rgb(104,163,137); }

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

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

 span { border-color: rgb(104,163,137); }

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