#6bb396

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

Shades of Acapulco #6BB396

Tints of Acapulco #6BB396

Color information

#6BB396 (or 0x6BB396) is unknown color: approx Acapulco. HEX triplet: 6B, B3 and 96. RGB value is (107,179,150). Sum of RGB (Red+Green+Blue) = 107+179+150=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #6BB396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB396 is #944C69. Grayscale: #9A9A9A. Windows color (decimal): -9718890 or 9876331. OLE color: 9876331.

HSL color Cylindrical-coordinate representation of color #6BB396: hue angle of 155.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB396 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB107179150-
CMYK0.4000.160.30
HSL155.83º32.14%56.08%-
HSV(B)155.83º40.22%70.2%-
XYZ27.6937.5734.65-
YUV154.17125.6594.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.54%
GREEN value IS 179 (70.31% from 255) = 41.06%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=24.54%
G=41.06%
B=34.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1071791500.4000.160.30155.8332.1456.08
Hex6BB396280101E9c2038
Octal15326322650020362344070
Binary110101110110011100101101010000100001111010011100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bb396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,179,150); }

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

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

 a { background-color: rgb(107,179,150); }

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

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

 span { border-color: rgb(107,179,150); }

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