#69AA8F

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

Shades of Acapulco #69AA8F

Tints of Acapulco #69AA8F

Color information

#69AA8F (or 0x69AA8F) is unknown color: approx Acapulco. HEX triplet: 69, AA and 8F. RGB value is (105,170,143). Sum of RGB (Red+Green+Blue) = 105+170+143=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AA8F is #965570. Grayscale: #939393. Windows color (decimal): -9852273 or 9415273. OLE color: 9415273.

HSL color Cylindrical-coordinate representation of color #69AA8F: hue angle of 155.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69AA8F is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB105170143-
CMYK0.3800.160.33
HSL155.08º27.66%53.92%-
HSV(B)155.08º38.24%66.67%-
XYZ25.1633.7431.17-
YUV147.49125.4797.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.12%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=25.12%
G=40.67%
B=34.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051701430.3800.160.33155.0827.6653.92
Hex69AA8F26010219b1c36
Octal15125221746020412333466
Binary110100110101010100011111001100100001000011001101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,170,143); }

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

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

 a { background-color: rgb(105,170,143); }

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

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

 span { border-color: rgb(105,170,143); }

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