#69A496

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

Shades of Acapulco #69A496

Tints of Acapulco #69A496

Color information

#69A496 (or 0x69A496) is unknown color: approx Acapulco. HEX triplet: 69, A4 and 96. RGB value is (105,164,150). Sum of RGB (Red+Green+Blue) = 105+164+150=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #69A496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A496 is #965B69. Grayscale: #909090. Windows color (decimal): -9853802 or 9872489. OLE color: 9872489.

HSL color Cylindrical-coordinate representation of color #69A496: hue angle of 165.76º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A496 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB105164150-
CMYK0.3600.090.36
HSL165.76º24.48%52.75%-
HSV(B)165.76º35.98%64.31%-
XYZ24.6131.7633.69-
YUV144.76130.9599.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=25.06%
G=39.14%
B=35.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051641500.3600.090.36165.7624.4852.75
Hex69A496240924a61835
Octal15124422644011442463065
Binary11010011010010010010110100100010011001001010011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A496; }

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

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

<style>
 a { background-color: #69A496; }

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

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

<style>
 span { border-color: #69A496; }

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

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