#6CA08B

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

Shades of Acapulco #6CA08B

Tints of Acapulco #6CA08B

Color information

#6CA08B (or 0x6CA08B) is unknown color: approx Acapulco. HEX triplet: 6C, A0 and 8B. RGB value is (108,160,139). Sum of RGB (Red+Green+Blue) = 108+160+139=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA08B is #935F74. Grayscale: #8E8E8E. Windows color (decimal): -9658229 or 9150572. OLE color: 9150572.

HSL color Cylindrical-coordinate representation of color #6CA08B: hue angle of 155.77º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6CA08B is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB108160139-
CMYK0.3200.130.37
HSL155.77º21.49%52.55%-
HSV(B)155.77º32.5%62.75%-
XYZ23.4230.1929.02-
YUV142.06126.27103.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.54%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=26.54%
G=39.31%
B=34.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081601390.3200.130.37155.7721.4952.55
Hex6CA08B200D259c1535
Octal15424021340015452342565
Binary11011001010000010001011100000011011001011001110010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,160,139); }

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

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

 a { background-color: rgb(108,160,139); }

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

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

 span { border-color: rgb(108,160,139); }

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