#69A994

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

Shades of Acapulco #69A994

Tints of Acapulco #69A994

Color information

#69A994 (or 0x69A994) is unknown color: approx Acapulco. HEX triplet: 69, A9 and 94. RGB value is (105,169,148). Sum of RGB (Red+Green+Blue) = 105+169+148=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #69A994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A994 is #96566B. Grayscale: #939393. Windows color (decimal): -9852524 or 9742697. OLE color: 9742697.

HSL color Cylindrical-coordinate representation of color #69A994: hue angle of 160.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A994 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB105169148-
CMYK0.3800.120.34
HSL160.31º27.12%53.73%-
HSV(B)160.31º37.87%66.27%-
XYZ25.3633.5233.15-
YUV147.47128.397.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=24.88%
G=40.05%
B=35.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051691480.3800.120.34160.3127.1253.73
Hex69A994260C22a01b36
Octal15125122446014422403366
Binary11010011010100110010100100110011001000101010000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,169,148); }

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

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

 a { background-color: rgb(105,169,148); }

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

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

 span { border-color: rgb(105,169,148); }

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