#6CA291

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

Shades of Acapulco #6CA291

Tints of Acapulco #6CA291

Color information

#6CA291 (or 0x6CA291) is unknown color: approx Acapulco. HEX triplet: 6C, A2 and 91. RGB value is (108,162,145). Sum of RGB (Red+Green+Blue) = 108+162+145=415 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.02% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA291 is #935D6E. Grayscale: #8F8F8F. Windows color (decimal): -9657711 or 9544300. OLE color: 9544300.

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

Color convert

RGB108162145-
CMYK0.3300.100.36
HSL161.11º22.5%52.94%-
HSV(B)161.11º33.33%63.53%-
XYZ24.2231.0731.51-
YUV143.92128.61102.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.02%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=26.02%
G=39.04%
B=34.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081621450.3300.100.36161.1122.552.94
Hex6CA291210A24a11735
Octal15424222141012442412765
Binary11011001010001010010001100001010101001001010000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,162,145); }

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

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

 a { background-color: rgb(108,162,145); }

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

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

 span { border-color: rgb(108,162,145); }

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