#6FB296

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

Shades of Acapulco #6FB296

Tints of Acapulco #6FB296

Color information

#6FB296 (or 0x6FB296) is unknown color: approx Acapulco. HEX triplet: 6F, B2 and 96. RGB value is (111,178,150). Sum of RGB (Red+Green+Blue) = 111+178+150=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB296 is #904D69. Grayscale: #9A9A9A. Windows color (decimal): -9457002 or 9876079. OLE color: 9876079.

HSL color Cylindrical-coordinate representation of color #6FB296: hue angle of 154.93º 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 #6FB296 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB111178150-
CMYK0.3800.160.30
HSL154.93º30.32%56.67%-
HSV(B)154.93º37.64%69.8%-
XYZ27.9837.4234.6-
YUV154.77125.396.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.28%
GREEN value IS 178 (69.92% from 255) = 40.55%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=25.28%
G=40.55%
B=34.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111781500.3800.160.30154.9330.3256.67
Hex6FB296260101E9b1e39
Octal15726222646020362333671
Binary11011111011001010010110100110010000111101001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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