#68A68B

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

Shades of Acapulco #68A68B

Tints of Acapulco #68A68B

Color information

#68A68B (or 0x68A68B) is unknown color: approx Acapulco. HEX triplet: 68, A6 and 8B. RGB value is (104,166,139). Sum of RGB (Red+Green+Blue) = 104+166+139=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #68A68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A68B is #975974. Grayscale: #909090. Windows color (decimal): -9918837 or 9152104. OLE color: 9152104.

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

Color convert

RGB104166139-
CMYK0.3700.160.35
HSL153.87º25.83%52.94%-
HSV(B)153.87º37.35%65.1%-
XYZ24.0132.0829.35-
YUV144.38124.9699.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=25.43%
G=40.59%
B=33.99%

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
Decimal1041661390.3700.160.35153.8725.8352.94
Hex68A68B25010239a1a35
Octal15024621345020432323265
Binary110100010100110100010111001010100001000111001101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,166,139); }

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

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

 a { background-color: rgb(104,166,139); }

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

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

 span { border-color: rgb(104,166,139); }

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