#69AE8C

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

Shades of Acapulco #69AE8C

Tints of Acapulco #69AE8C

Color information

#69AE8C (or 0x69AE8C) is unknown color: approx Acapulco. HEX triplet: 69, AE and 8C. RGB value is (105,174,140). Sum of RGB (Red+Green+Blue) = 105+174+140=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AE8C is #965173. Grayscale: #959595. Windows color (decimal): -9851252 or 9219689. OLE color: 9219689.

HSL color Cylindrical-coordinate representation of color #69AE8C: hue angle of 150.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AE8C is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB105174140-
CMYK0.4000.200.32
HSL150.43º29.87%54.71%-
HSV(B)150.43º39.66%68.24%-
XYZ25.735.1730.24-
YUV149.49122.6496.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.06%
GREEN value IS 174 (68.36% from 255) = 41.53%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=25.06%
G=41.53%
B=33.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051741400.4000.200.32150.4329.8754.71
Hex69AE8C2801420961e37
Octal15125621450024402263667
Binary110100110101110100011001010000101001000001001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,174,140); }

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

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

 a { background-color: rgb(105,174,140); }

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

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

 span { border-color: rgb(105,174,140); }

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