#6BAA94

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

Shades of Acapulco #6BAA94

Tints of Acapulco #6BAA94

Color information

#6BAA94 (or 0x6BAA94) is unknown color: approx Acapulco. HEX triplet: 6B, AA and 94. RGB value is (107,170,148). Sum of RGB (Red+Green+Blue) = 107+170+148=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA94 is #94556B. Grayscale: #949494. Windows color (decimal): -9721196 or 9742955. OLE color: 9742955.

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

Color convert

RGB107170148-
CMYK0.3700.130.33
HSL159.05º27.04%54.31%-
HSV(B)159.05º37.06%66.67%-
XYZ25.7834.0133.22-
YUV148.65127.6398.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.18%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=25.18%
G=40%
B=34.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701480.3700.130.33159.0527.0454.31
Hex6BAA94250D219f1b36
Octal15325222445015412373366
Binary11010111010101010010100100101011011000011001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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