#6BAA91

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

Shades of Acapulco #6BAA91

Tints of Acapulco #6BAA91

Color information

#6BAA91 (or 0x6BAA91) is unknown color: approx Acapulco. HEX triplet: 6B, AA and 91. RGB value is (107,170,145). Sum of RGB (Red+Green+Blue) = 107+170+145=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA91 is #94556E. Grayscale: #949494. Windows color (decimal): -9721199 or 9546347. OLE color: 9546347.

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

Color convert

RGB107170145-
CMYK0.3700.150.33
HSL156.19º27.04%54.31%-
HSV(B)156.19º37.06%66.67%-
XYZ25.5533.9231.99-
YUV148.31126.1398.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.36%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 145 (57.03% from 255) = 34.36%
R=25.36%
G=40.28%
B=34.36%

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
Decimal1071701450.3700.150.33156.1927.0454.31
Hex6BAA91250F219c1b36
Octal15325222145017412343366
Binary11010111010101010010001100101011111000011001110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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