#6FAB97

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

Shades of Acapulco #6FAB97

Tints of Acapulco #6FAB97

Color information

#6FAB97 (or 0x6FAB97) is unknown color: approx Acapulco. HEX triplet: 6F, AB and 97. RGB value is (111,171,151). Sum of RGB (Red+Green+Blue) = 111+171+151=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAB97 is #905468. Grayscale: #969696. Windows color (decimal): -9458793 or 9939823. OLE color: 9939823.

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

Color convert

RGB111171151-
CMYK0.3500.120.33
HSL160º26.32%55.29%-
HSV(B)160º35.09%67.06%-
XYZ26.734.7434.58-
YUV150.78128.1299.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=25.64%
G=39.49%
B=34.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111711510.3500.120.3316026.3255.29
Hex6FAB97230C21a01a37
Octal15725322743014412403267
Binary11011111010101110010111100011011001000011010000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,171,151); }

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

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

 a { background-color: rgb(111,171,151); }

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

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

 span { border-color: rgb(111,171,151); }

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