#6BA48D

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

Shades of Acapulco #6BA48D

Tints of Acapulco #6BA48D

Color information

#6BA48D (or 0x6BA48D) is unknown color: approx Acapulco. HEX triplet: 6B, A4 and 8D. RGB value is (107,164,141). Sum of RGB (Red+Green+Blue) = 107+164+141=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA48D is #945B72. Grayscale: #909090. Windows color (decimal): -9722739 or 9282667. OLE color: 9282667.

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

Color convert

RGB107164141-
CMYK0.3500.140.36
HSL155.79º23.85%53.14%-
HSV(B)155.79º34.76%64.31%-
XYZ24.1531.630.03-
YUV144.34126.12101.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.97%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 141 (55.47% from 255) = 34.22%
R=25.97%
G=39.81%
B=34.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1071641410.3500.140.36155.7923.8553.14
Hex6BA48D230E249c1835
Octal15324421543016442343065
Binary11010111010010010001101100011011101001001001110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,164,141); }

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

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

 a { background-color: rgb(107,164,141); }

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

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

 span { border-color: rgb(107,164,141); }

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