#6CA48F

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

Shades of Acapulco #6CA48F

Tints of Acapulco #6CA48F

Color information

#6CA48F (or 0x6CA48F) is unknown color: approx Acapulco. HEX triplet: 6C, A4 and 8F. RGB value is (108,164,143). Sum of RGB (Red+Green+Blue) = 108+164+143=415 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.02% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA48F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA48F is #935B70. Grayscale: #909090. Windows color (decimal): -9657201 or 9413740. OLE color: 9413740.

HSL color Cylindrical-coordinate representation of color #6CA48F: hue angle of 157.5º 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 #6CA48F is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB108164143-
CMYK0.3400.130.36
HSL157.5º23.53%53.33%-
HSV(B)157.5º34.15%64.31%-
XYZ24.4231.7230.82-
YUV144.86126.95101.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.02%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=26.02%
G=39.52%
B=34.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081641430.3400.130.36157.523.5353.33
Hex6CA48F220D249e1835
Octal15424421742015442363065
Binary11011001010010010001111100010011011001001001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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