#6DA496

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

Shades of Acapulco #6DA496

Tints of Acapulco #6DA496

Color information

#6DA496 (or 0x6DA496) is unknown color: approx Acapulco. HEX triplet: 6D, A4 and 96. RGB value is (109,164,150). Sum of RGB (Red+Green+Blue) = 109+164+150=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA496 is #925B69. Grayscale: #919191. Windows color (decimal): -9591658 or 9872493. OLE color: 9872493.

HSL color Cylindrical-coordinate representation of color #6DA496: hue angle of 164.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA496 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB109164150-
CMYK0.3400.090.36
HSL164.73º23.21%53.53%-
HSV(B)164.73º33.54%64.31%-
XYZ25.093233.71-
YUV145.96130.28101.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.77%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=25.77%
G=38.77%
B=35.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091641500.3400.090.36164.7323.2153.53
Hex6DA496220924a51736
Octal15524422642011442452766
Binary11011011010010010010110100010010011001001010010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,164,150); }

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

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

 a { background-color: rgb(109,164,150); }

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

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

 span { border-color: rgb(109,164,150); }

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