#6FA891

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

Shades of Acapulco #6FA891

Tints of Acapulco #6FA891

Color information

#6FA891 (or 0x6FA891) is unknown color: approx Acapulco. HEX triplet: 6F, A8 and 91. RGB value is (111,168,145). Sum of RGB (Red+Green+Blue) = 111+168+145=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA891 is #90576E. Grayscale: #949494. Windows color (decimal): -9459567 or 9545839. OLE color: 9545839.

HSL color Cylindrical-coordinate representation of color #6FA891: hue angle of 155.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA891 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB111168145-
CMYK0.3400.140.34
HSL155.79º24.68%54.71%-
HSV(B)155.79º33.93%65.88%-
XYZ25.6733.4331.89-
YUV148.34126.12101.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.18%
GREEN value IS 168 (66.02% from 255) = 39.62%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=26.18%
G=39.62%
B=34.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1111681450.3400.140.34155.7924.6854.71
Hex6FA891220E229c1937
Octal15725022142016422343167
Binary11011111010100010010001100010011101000101001110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,168,145); }

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

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

 a { background-color: rgb(111,168,145); }

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

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

 span { border-color: rgb(111,168,145); }

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