#68A484

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

Shades of Acapulco #68A484

Tints of Acapulco #68A484

Color information

#68A484 (or 0x68A484) is unknown color: approx Acapulco. HEX triplet: 68, A4 and 84. RGB value is (104,164,132). Sum of RGB (Red+Green+Blue) = 104+164+132=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #68A484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A484 is #975B7B. Grayscale: #8E8E8E. Windows color (decimal): -9919356 or 8692840. OLE color: 8692840.

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

Color convert

RGB104164132-
CMYK0.3700.200.36
HSL148º24.79%52.55%-
HSV(B)148º36.59%64.31%-
XYZ23.1531.1626.62-
YUV142.41122.12100.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 132 (51.95% from 255) = 33%
R=26%
G=41%
B=33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041641320.3700.200.3614824.7952.55
Hex68A4842501424941935
Octal15024420445024442243165
Binary110100010100100100001001001010101001001001001010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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