#68A68A

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

Shades of Acapulco #68A68A

Tints of Acapulco #68A68A

Color information

#68A68A (or 0x68A68A) is unknown color: approx Acapulco. HEX triplet: 68, A6 and 8A. RGB value is (104,166,138). Sum of RGB (Red+Green+Blue) = 104+166+138=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #68A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A68A is #975975. Grayscale: #909090. Windows color (decimal): -9918838 or 9086568. OLE color: 9086568.

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

Color convert

RGB104166138-
CMYK0.3700.170.35
HSL152.9º25.83%52.94%-
HSV(B)152.9º37.35%65.1%-
XYZ23.9332.0528.97-
YUV144.27124.4699.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.49%
GREEN value IS 166 (65.23% from 255) = 40.69%
BLUE value IS 138 (54.30% from 255) = 33.82%
R=25.49%
G=40.69%
B=33.82%

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
Decimal1041661380.3700.170.35152.925.8352.94
Hex68A68A2501123991a35
Octal15024621245021432313265
Binary110100010100110100010101001010100011000111001100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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