#69A489

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

Shades of Acapulco #69A489

Tints of Acapulco #69A489

Color information

#69A489 (or 0x69A489) is unknown color: approx Acapulco. HEX triplet: 69, A4 and 89. RGB value is (105,164,137). Sum of RGB (Red+Green+Blue) = 105+164+137=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #69A489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A489 is #965B76. Grayscale: #8F8F8F. Windows color (decimal): -9853815 or 9020521. OLE color: 9020521.

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

Color convert

RGB105164137-
CMYK0.3600.160.36
HSL152.54º24.48%52.75%-
HSV(B)152.54º35.98%64.31%-
XYZ23.6231.3628.48-
YUV143.28124.45100.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=25.86%
G=40.39%
B=33.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051641370.3600.160.36152.5424.4852.75
Hex69A4892401024991835
Octal15124421144020442313065
Binary110100110100100100010011001000100001001001001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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