#6BAB91

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

Shades of Acapulco #6BAB91

Tints of Acapulco #6BAB91

Color information

#6BAB91 (or 0x6BAB91) is unknown color: approx Acapulco. HEX triplet: 6B, AB and 91. RGB value is (107,171,145). Sum of RGB (Red+Green+Blue) = 107+171+145=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB91 is #94546E. Grayscale: #949494. Windows color (decimal): -9720943 or 9546603. OLE color: 9546603.

HSL color Cylindrical-coordinate representation of color #6BAB91: hue angle of 155.62º 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 #6BAB91 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB107171145-
CMYK0.3700.150.33
HSL155.62º27.59%54.51%-
HSV(B)155.62º37.43%67.06%-
XYZ25.7434.332.05-
YUV148.9125.898.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=25.30%
G=40.43%
B=34.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071711450.3700.150.33155.6227.5954.51
Hex6BAB91250F219c1c37
Octal15325322145017412343467
Binary11010111010101110010001100101011111000011001110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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