#69A294

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

Shades of Acapulco #69A294

Tints of Acapulco #69A294

Color information

#69A294 (or 0x69A294) is unknown color: approx Acapulco. HEX triplet: 69, A2 and 94. RGB value is (105,162,148). Sum of RGB (Red+Green+Blue) = 105+162+148=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #69A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A294 is #965D6B. Grayscale: #8F8F8F. Windows color (decimal): -9854316 or 9740905. OLE color: 9740905.

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

Color convert

RGB105162148-
CMYK0.3500.090.36
HSL165.26º23.46%52.35%-
HSV(B)165.26º35.19%63.53%-
XYZ24.0930.9832.73-
YUV143.36130.62100.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 148 (58.20% from 255) = 35.66%
R=25.30%
G=39.04%
B=35.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051621480.3500.090.36165.2623.4652.35
Hex69A294230924a51734
Octal15124222443011442452764
Binary11010011010001010010100100011010011001001010010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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