#6BAC91

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

Shades of Acapulco #6BAC91

Tints of Acapulco #6BAC91

Color information

#6BAC91 (or 0x6BAC91) is unknown color: approx Acapulco. HEX triplet: 6B, AC and 91. RGB value is (107,172,145). Sum of RGB (Red+Green+Blue) = 107+172+145=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC91 is #94536E. Grayscale: #959595. Windows color (decimal): -9720687 or 9546859. OLE color: 9546859.

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

Color convert

RGB107172145-
CMYK0.3800.160.33
HSL155.08º28.14%54.71%-
HSV(B)155.08º37.79%67.45%-
XYZ25.9334.6832.11-
YUV149.49125.4797.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.24%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=25.24%
G=40.57%
B=34.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071721450.3800.160.33155.0828.1454.71
Hex6BAC9126010219b1c37
Octal15325422146020412333467
Binary110101110101100100100011001100100001000011001101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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