#6CA58A

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

Shades of Acapulco #6CA58A

Tints of Acapulco #6CA58A

Color information

#6CA58A (or 0x6CA58A) is unknown color: approx Acapulco. HEX triplet: 6C, A5 and 8A. RGB value is (108,165,138). Sum of RGB (Red+Green+Blue) = 108+165+138=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA58A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA58A is #935A75. Grayscale: #909090. Windows color (decimal): -9656950 or 9086316. OLE color: 9086316.

HSL color Cylindrical-coordinate representation of color #6CA58A: hue angle of 151.58º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA58A is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB108165138-
CMYK0.3500.160.35
HSL151.58º24.05%53.53%-
HSV(B)151.58º34.55%64.71%-
XYZ24.2331.9328.93-
YUV144.88124.12101.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.28%
GREEN value IS 165 (64.84% from 255) = 40.15%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=26.28%
G=40.15%
B=33.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1081651380.3500.160.35151.5824.0553.53
Hex6CA58A2301023981836
Octal15424521243020432303066
Binary110110010100101100010101000110100001000111001100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,165,138); }

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

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

 a { background-color: rgb(108,165,138); }

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

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

 span { border-color: rgb(108,165,138); }

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