#68A589

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

Shades of Acapulco #68A589

Tints of Acapulco #68A589

Color information

#68A589 (or 0x68A589) is unknown color: approx Acapulco. HEX triplet: 68, A5 and 89. RGB value is (104,165,137). Sum of RGB (Red+Green+Blue) = 104+165+137=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #68A589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A589 is #975A76. Grayscale: #8F8F8F. Windows color (decimal): -9919095 or 9020776. OLE color: 9020776.

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

Color convert

RGB104165137-
CMYK0.3700.170.35
HSL152.46º25.31%52.75%-
HSV(B)152.46º36.97%64.71%-
XYZ23.6831.6628.53-
YUV143.57124.2999.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=25.62%
G=40.64%
B=33.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041651370.3700.170.35152.4625.3152.75
Hex68A5892501123981935
Octal15024521145021432303165
Binary110100010100101100010011001010100011000111001100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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