#69A597

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

Shades of Acapulco #69A597

Tints of Acapulco #69A597

Color information

#69A597 (or 0x69A597) is unknown color: approx Acapulco. HEX triplet: 69, A5 and 97. RGB value is (105,165,151). Sum of RGB (Red+Green+Blue) = 105+165+151=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 165 - color contains mainly: green. Hex color #69A597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A597 is #965A68. Grayscale: #919191. Windows color (decimal): -9853545 or 9938281. OLE color: 9938281.

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

Color convert

RGB105165151-
CMYK0.3600.080.35
HSL166º25%52.94%-
HSV(B)166º36.36%64.71%-
XYZ24.8732.1534.17-
YUV145.46131.1299.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=24.94%
G=39.19%
B=35.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051651510.3600.080.351662552.94
Hex69A597240823a61935
Octal15124522744010432463165
Binary11010011010010110010111100100010001000111010011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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