#6FAC8B

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

Shades of Acapulco #6FAC8B

Tints of Acapulco #6FAC8B

Color information

#6FAC8B (or 0x6FAC8B) is unknown color: approx Acapulco. HEX triplet: 6F, AC and 8B. RGB value is (111,172,139). Sum of RGB (Red+Green+Blue) = 111+172+139=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAC8B is #905374. Grayscale: #969696. Windows color (decimal): -9458549 or 9153647. OLE color: 9153647.

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

Color convert

RGB111172139-
CMYK0.3500.190.33
HSL147.54º26.87%55.49%-
HSV(B)147.54º35.47%67.45%-
XYZ25.9734.7529.76-
YUV150121.79100.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=26.30%
G=40.76%
B=32.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111721390.3500.190.33147.5426.8755.49
Hex6FAC8B2301321941b37
Octal15725421343023412243367
Binary110111110101100100010111000110100111000011001010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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