#69A48B

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

Shades of Acapulco #69A48B

Tints of Acapulco #69A48B

Color information

#69A48B (or 0x69A48B) is unknown color: approx Acapulco. HEX triplet: 69, A4 and 8B. RGB value is (105,164,139). Sum of RGB (Red+Green+Blue) = 105+164+139=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #69A48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A48B is #965B74. Grayscale: #8F8F8F. Windows color (decimal): -9853813 or 9151593. OLE color: 9151593.

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

Color convert

RGB105164139-
CMYK0.3600.150.36
HSL154.58º24.48%52.75%-
HSV(B)154.58º35.98%64.31%-
XYZ23.7631.4229.24-
YUV143.51125.45100.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=25.74%
G=40.20%
B=34.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051641390.3600.150.36154.5824.4852.75
Hex69A48B240F249b1835
Octal15124421344017442333065
Binary11010011010010010001011100100011111001001001101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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