#69A28B

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

Shades of Acapulco #69A28B

Tints of Acapulco #69A28B

Color information

#69A28B (or 0x69A28B) is unknown color: approx Acapulco. HEX triplet: 69, A2 and 8B. RGB value is (105,162,139). Sum of RGB (Red+Green+Blue) = 105+162+139=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #69A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A28B is #965D74. Grayscale: #8E8E8E. Windows color (decimal): -9854325 or 9151081. OLE color: 9151081.

HSL color Cylindrical-coordinate representation of color #69A28B: hue angle of 155.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69A28B is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB105162139-
CMYK0.3500.140.36
HSL155.79º23.46%52.35%-
HSV(B)155.79º35.19%63.53%-
XYZ23.4130.7129.12-
YUV142.33126.12101.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=25.86%
G=39.90%
B=34.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051621390.3500.140.36155.7923.4652.35
Hex69A28B230E249c1734
Octal15124221343016442342764
Binary11010011010001010001011100011011101001001001110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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