#6AB396

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

Shades of Acapulco #6AB396

Tints of Acapulco #6AB396

Color information

#6AB396 (or 0x6AB396) is unknown color: approx Acapulco. HEX triplet: 6A, B3 and 96. RGB value is (106,179,150). Sum of RGB (Red+Green+Blue) = 106+179+150=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB396 is #954C69. Grayscale: #999999. Windows color (decimal): -9784426 or 9876330. OLE color: 9876330.

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

Color convert

RGB106179150-
CMYK0.4100.160.30
HSL156.16º32.44%55.88%-
HSV(B)156.16º40.78%70.2%-
XYZ27.5737.5134.64-
YUV153.87125.8293.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.37%
GREEN value IS 179 (70.31% from 255) = 41.15%
BLUE value IS 150 (58.98% from 255) = 34.48%
R=24.37%
G=41.15%
B=34.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1061791500.4100.160.30156.1632.4455.88
Hex6AB396290101E9c2038
Octal15226322651020362344070
Binary110101010110011100101101010010100001111010011100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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