#69A588

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

Shades of Acapulco #69A588

Tints of Acapulco #69A588

Color information

#69A588 (or 0x69A588) is unknown color: approx Acapulco. HEX triplet: 69, A5 and 88. RGB value is (105,165,136). Sum of RGB (Red+Green+Blue) = 105+165+136=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #69A588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A588 is #965A77. Grayscale: #8F8F8F. Windows color (decimal): -9853560 or 8955241. OLE color: 8955241.

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

Color convert

RGB105165136-
CMYK0.3600.180.35
HSL151º25%52.94%-
HSV(B)151º36.36%64.71%-
XYZ23.7231.6928.16-
YUV143.75123.62100.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=25.86%
G=40.64%
B=33.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051651360.3600.180.351512552.94
Hex69A5882401223971935
Octal15124521044022432273165
Binary110100110100101100010001001000100101000111001011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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