#6CA496

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

Shades of Acapulco #6CA496

Tints of Acapulco #6CA496

Color information

#6CA496 (or 0x6CA496) is unknown color: approx Acapulco. HEX triplet: 6C, A4 and 96. RGB value is (108,164,150). Sum of RGB (Red+Green+Blue) = 108+164+150=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA496 is #935B69. Grayscale: #919191. Windows color (decimal): -9657194 or 9872492. OLE color: 9872492.

HSL color Cylindrical-coordinate representation of color #6CA496: hue angle of 165º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA496 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB108164150-
CMYK0.3400.090.36
HSL165º23.53%53.33%-
HSV(B)165º34.15%64.31%-
XYZ24.9631.9433.7-
YUV145.66130.45101.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.59%
GREEN value IS 164 (64.45% from 255) = 38.86%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=25.59%
G=38.86%
B=35.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641500.3400.090.3616523.5353.33
Hex6CA496220924a51835
Octal15424422642011442453065
Binary11011001010010010010110100010010011001001010010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA496; }

 p { color: rgb(108,164,150); }

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

<style>
 a { background-color: #6CA496; }

 a { background-color: rgb(108,164,150); }

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

<style>
 span { border-color: #6CA496; }

 span { border-color: rgb(108,164,150); }

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