#6FB293

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

Shades of Acapulco #6FB293

Tints of Acapulco #6FB293

Color information

#6FB293 (or 0x6FB293) is unknown color: approx Acapulco. HEX triplet: 6F, B2 and 93. RGB value is (111,178,147). Sum of RGB (Red+Green+Blue) = 111+178+147=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB293 is #904D6C. Grayscale: #9A9A9A. Windows color (decimal): -9457005 or 9679471. OLE color: 9679471.

HSL color Cylindrical-coordinate representation of color #6FB293: hue angle of 152.24º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB293 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB111178147-
CMYK0.3800.170.30
HSL152.24º30.32%56.67%-
HSV(B)152.24º37.64%69.8%-
XYZ27.7437.3333.35-
YUV154.43123.897.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.46%
GREEN value IS 178 (69.92% from 255) = 40.83%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=25.46%
G=40.83%
B=33.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111781470.3800.170.30152.2430.3256.67
Hex6FB293260111E981e39
Octal15726222346021362303671
Binary11011111011001010010011100110010001111101001100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,178,147); }

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

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

 a { background-color: rgb(111,178,147); }

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

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

 span { border-color: rgb(111,178,147); }

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