#69A395

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

Shades of Acapulco #69A395

Tints of Acapulco #69A395

Color information

#69A395 (or 0x69A395) is unknown color: approx Acapulco. HEX triplet: 69, A3 and 95. RGB value is (105,163,149). Sum of RGB (Red+Green+Blue) = 105+163+149=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 163 - color contains mainly: green. Hex color #69A395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A395 is #965C6A. Grayscale: #909090. Windows color (decimal): -9854059 or 9806697. OLE color: 9806697.

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

Color convert

RGB105163149-
CMYK0.3600.090.36
HSL165.52º23.97%52.55%-
HSV(B)165.52º35.58%63.92%-
XYZ24.3531.3733.21-
YUV144.06130.78100.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.18%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=25.18%
G=39.09%
B=35.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051631490.3600.090.36165.5223.9752.55
Hex69A395240924a61835
Octal15124322544011442463065
Binary11010011010001110010101100100010011001001010011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,163,149); }

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

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

 a { background-color: rgb(105,163,149); }

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

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

 span { border-color: rgb(105,163,149); }

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