#6AB496

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

Shades of Acapulco #6AB496

Tints of Acapulco #6AB496

Color information

#6AB496 (or 0x6AB496) is unknown color: approx Acapulco. HEX triplet: 6A, B4 and 96. RGB value is (106,180,150). Sum of RGB (Red+Green+Blue) = 106+180+150=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #6AB496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB496 is #954B69. Grayscale: #9A9A9A. Windows color (decimal): -9784170 or 9876586. OLE color: 9876586.

HSL color Cylindrical-coordinate representation of color #6AB496: hue angle of 155.68º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB496 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB106180150-
CMYK0.4100.170.29
HSL155.68º33.04%56.08%-
HSV(B)155.68º41.11%70.59%-
XYZ27.7737.9134.71-
YUV154.45125.4893.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.31%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=24.31%
G=41.28%
B=34.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1061801500.4100.170.29155.6833.0456.08
Hex6AB496290111D9c2138
Octal15226422651021352344170
Binary110101010110100100101101010010100011110110011100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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