#6FAC96

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

Shades of Acapulco #6FAC96

Tints of Acapulco #6FAC96

Color information

#6FAC96 (or 0x6FAC96) is unknown color: approx Acapulco. HEX triplet: 6F, AC and 96. RGB value is (111,172,150). Sum of RGB (Red+Green+Blue) = 111+172+150=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAC96 is #905369. Grayscale: #979797. Windows color (decimal): -9458538 or 9874543. OLE color: 9874543.

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

Color convert

RGB111172150-
CMYK0.3500.130.33
HSL158.36º26.87%55.49%-
HSV(B)158.36º35.47%67.45%-
XYZ26.8135.0934.21-
YUV151.25127.2999.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=25.64%
G=39.72%
B=34.64%

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
Decimal1111721500.3500.130.33158.3626.8755.49
Hex6FAC96230D219e1b37
Octal15725422643015412363367
Binary11011111010110010010110100011011011000011001111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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