#69A596

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

Shades of Acapulco #69A596

Tints of Acapulco #69A596

Color information

#69A596 (or 0x69A596) is unknown color: approx Acapulco. HEX triplet: 69, A5 and 96. RGB value is (105,165,150). Sum of RGB (Red+Green+Blue) = 105+165+150=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #69A596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A596 is #965A69. Grayscale: #919191. Windows color (decimal): -9853546 or 9872745. OLE color: 9872745.

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

Color convert

RGB105165150-
CMYK0.3600.090.35
HSL165º25%52.94%-
HSV(B)165º36.36%64.71%-
XYZ24.7932.1233.75-
YUV145.35130.6299.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=25%
G=39.29%
B=35.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051651500.3600.090.351652552.94
Hex69A596240923a51935
Octal15124522644011432453165
Binary11010011010010110010110100100010011000111010010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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