#6BAB8B

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

Shades of Acapulco #6BAB8B

Tints of Acapulco #6BAB8B

Color information

#6BAB8B (or 0x6BAB8B) is unknown color: approx Acapulco. HEX triplet: 6B, AB and 8B. RGB value is (107,171,139). Sum of RGB (Red+Green+Blue) = 107+171+139=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB8B is #945474. Grayscale: #949494. Windows color (decimal): -9720949 or 9153387. OLE color: 9153387.

HSL color Cylindrical-coordinate representation of color #6BAB8B: hue angle of 150º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB8B is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB107171139-
CMYK0.3700.190.33
HSL150º27.59%54.51%-
HSV(B)150º37.43%67.06%-
XYZ25.2934.1229.68-
YUV148.22122.898.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.66%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=25.66%
G=41.01%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071711390.3700.190.3315027.5954.51
Hex6BAB8B2501321961c37
Octal15325321345023412263467
Binary110101110101011100010111001010100111000011001011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,171,139); }

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

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

 a { background-color: rgb(107,171,139); }

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

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

 span { border-color: rgb(107,171,139); }

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