#68A394

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

Shades of Acapulco #68A394

Tints of Acapulco #68A394

Color information

#68A394 (or 0x68A394) is unknown color: approx Acapulco. HEX triplet: 68, A3 and 94. RGB value is (104,163,148). Sum of RGB (Red+Green+Blue) = 104+163+148=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #68A394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A394 is #975C6B. Grayscale: #8F8F8F. Windows color (decimal): -9919596 or 9741160. OLE color: 9741160.

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

Color convert

RGB104163148-
CMYK0.3600.090.36
HSL164.75º24.28%52.35%-
HSV(B)164.75º36.2%63.92%-
XYZ24.1531.2832.78-
YUV143.65130.4599.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.06%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 148 (58.20% from 255) = 35.66%
R=25.06%
G=39.28%
B=35.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041631480.3600.090.36164.7524.2852.35
Hex68A394240924a51834
Octal15024322444011442453064
Binary11010001010001110010100100100010011001001010010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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