#6FAB94

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

Shades of Acapulco #6FAB94

Tints of Acapulco #6FAB94

Color information

#6FAB94 (or 0x6FAB94) is unknown color: approx Acapulco. HEX triplet: 6F, AB and 94. RGB value is (111,171,148). Sum of RGB (Red+Green+Blue) = 111+171+148=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAB94 is #90546B. Grayscale: #969696. Windows color (decimal): -9458796 or 9743215. OLE color: 9743215.

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

Color convert

RGB111171148-
CMYK0.3500.130.33
HSL157º26.32%55.29%-
HSV(B)157º35.09%67.06%-
XYZ26.4634.6433.31-
YUV150.44126.6299.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.81%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=25.81%
G=39.77%
B=34.42%

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
Decimal1111711480.3500.130.3315726.3255.29
Hex6FAB94230D219d1a37
Octal15725322443015412353267
Binary11011111010101110010100100011011011000011001110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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