#68A390

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

Shades of Acapulco #68A390

Tints of Acapulco #68A390

Color information

#68A390 (or 0x68A390) is unknown color: approx Acapulco. HEX triplet: 68, A3 and 90. RGB value is (104,163,144). Sum of RGB (Red+Green+Blue) = 104+163+144=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 163 - color contains mainly: green. Hex color #68A390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A390 is #975C6F. Grayscale: #8F8F8F. Windows color (decimal): -9919600 or 9479016. OLE color: 9479016.

HSL color Cylindrical-coordinate representation of color #68A390: hue angle of 160.68º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A390 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB104163144-
CMYK0.3600.120.36
HSL160.68º24.28%52.35%-
HSV(B)160.68º36.2%63.92%-
XYZ23.8431.1531.14-
YUV143.19128.45100.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.30%
GREEN value IS 163 (64.06% from 255) = 39.66%
BLUE value IS 144 (56.64% from 255) = 35.04%
R=25.30%
G=39.66%
B=35.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041631440.3600.120.36160.6824.2852.35
Hex68A390240C24a11834
Octal15024322044014442413064
Binary11010001010001110010000100100011001001001010000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,163,144); }

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

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

 a { background-color: rgb(104,163,144); }

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

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

 span { border-color: rgb(104,163,144); }

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