#6FAC95

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

Shades of Acapulco #6FAC95

Tints of Acapulco #6FAC95

Color information

#6FAC95 (or 0x6FAC95) is unknown color: approx Acapulco. HEX triplet: 6F, AC and 95. RGB value is (111,172,149). Sum of RGB (Red+Green+Blue) = 111+172+149=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAC95 is #90536A. Grayscale: #979797. Windows color (decimal): -9458539 or 9809007. OLE color: 9809007.

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

Color convert

RGB111172149-
CMYK0.3500.130.33
HSL157.38º26.87%55.49%-
HSV(B)157.38º35.47%67.45%-
XYZ26.7335.0533.79-
YUV151.14126.7999.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.69%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=25.69%
G=39.81%
B=34.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111721490.3500.130.33157.3826.8755.49
Hex6FAC95230D219d1b37
Octal15725422543015412353367
Binary11011111010110010010101100011011011000011001110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,172,149); }

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

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

 a { background-color: rgb(111,172,149); }

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

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

 span { border-color: rgb(111,172,149); }

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