#69A590

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

Shades of Acapulco #69A590

Tints of Acapulco #69A590

Color information

#69A590 (or 0x69A590) is unknown color: approx Acapulco. HEX triplet: 69, A5 and 90. RGB value is (105,165,144). Sum of RGB (Red+Green+Blue) = 105+165+144=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #69A590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A590 is #965A6F. Grayscale: #909090. Windows color (decimal): -9853552 or 9479529. OLE color: 9479529.

HSL color Cylindrical-coordinate representation of color #69A590: hue angle of 159º 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 #69A590 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB105165144-
CMYK0.3600.130.35
HSL159º25%52.94%-
HSV(B)159º36.36%64.71%-
XYZ24.3131.9331.27-
YUV144.67127.6299.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.36%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=25.36%
G=39.86%
B=34.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051651440.3600.130.351592552.94
Hex69A590240D239f1935
Octal15124522044015432373165
Binary11010011010010110010000100100011011000111001111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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