#68A784

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

Shades of Acapulco #68A784

Tints of Acapulco #68A784

Color information

#68A784 (or 0x68A784) is unknown color: approx Acapulco. HEX triplet: 68, A7 and 84. RGB value is (104,167,132). Sum of RGB (Red+Green+Blue) = 104+167+132=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 167 - color contains mainly: green. Hex color #68A784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A784 is #97587B. Grayscale: #909090. Windows color (decimal): -9918588 or 8693608. OLE color: 8693608.

HSL color Cylindrical-coordinate representation of color #68A784: hue angle of 146.67º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A784 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB104167132-
CMYK0.3800.210.35
HSL146.67º26.36%53.14%-
HSV(B)146.67º37.72%65.49%-
XYZ23.6932.2526.81-
YUV144.17121.1399.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.81%
GREEN value IS 167 (65.62% from 255) = 41.44%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=25.81%
G=41.44%
B=32.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041671320.3800.210.35146.6726.3653.14
Hex68A7842601523931a35
Octal15024720446025432233265
Binary110100010100111100001001001100101011000111001001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,167,132); }

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

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

 a { background-color: rgb(104,167,132); }

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

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

 span { border-color: rgb(104,167,132); }

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