#68AC89

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

Shades of Acapulco #68AC89

Tints of Acapulco #68AC89

Color information

#68AC89 (or 0x68AC89) is unknown color: approx Acapulco. HEX triplet: 68, AC and 89. RGB value is (104,172,137). Sum of RGB (Red+Green+Blue) = 104+172+137=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC89 is #975376. Grayscale: #939393. Windows color (decimal): -9917303 or 9022568. OLE color: 9022568.

HSL color Cylindrical-coordinate representation of color #68AC89: hue angle of 149.12º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC89 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB104172137-
CMYK0.4000.200.33
HSL149.12º29.06%54.12%-
HSV(B)149.12º39.53%67.45%-
XYZ24.9834.2528.96-
YUV147.68121.9796.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=25.18%
G=41.65%
B=33.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041721370.4000.200.33149.1229.0654.12
Hex68AC892801421951d36
Octal15025421150024412253566
Binary110100010101100100010011010000101001000011001010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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