#6AB394

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

Shades of Acapulco #6AB394

Tints of Acapulco #6AB394

Color information

#6AB394 (or 0x6AB394) is unknown color: approx Acapulco. HEX triplet: 6A, B3 and 94. RGB value is (106,179,148). Sum of RGB (Red+Green+Blue) = 106+179+148=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #6AB394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB394 is #954C6B. Grayscale: #999999. Windows color (decimal): -9784428 or 9745258. OLE color: 9745258.

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

Color convert

RGB106179148-
CMYK0.4100.170.30
HSL154.52º32.44%55.88%-
HSV(B)154.52º40.78%70.2%-
XYZ27.4137.4433.8-
YUV153.64124.8294.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.48%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=24.48%
G=41.34%
B=34.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1061791480.4100.170.30154.5232.4455.88
Hex6AB394290111E9b2038
Octal15226322451021362334070
Binary110101010110011100101001010010100011111010011011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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