#68A488

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

Shades of Acapulco #68A488

Tints of Acapulco #68A488

Color information

#68A488 (or 0x68A488) is unknown color: approx Acapulco. HEX triplet: 68, A4 and 88. RGB value is (104,164,136). Sum of RGB (Red+Green+Blue) = 104+164+136=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #68A488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A488 is #975B77. Grayscale: #8E8E8E. Windows color (decimal): -9919352 or 8954984. OLE color: 8954984.

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

Color convert

RGB104164136-
CMYK0.3700.170.36
HSL152º24.79%52.55%-
HSV(B)152º36.59%64.31%-
XYZ23.4331.2728.09-
YUV142.87124.12100.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=25.74%
G=40.59%
B=33.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641360.3700.170.3615224.7952.55
Hex68A4882501124981935
Octal15024421045021442303165
Binary110100010100100100010001001010100011001001001100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,164,136); }

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

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

 a { background-color: rgb(104,164,136); }

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

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

 span { border-color: rgb(104,164,136); }

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