#69A78D

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

Shades of Acapulco #69A78D

Tints of Acapulco #69A78D

Color information

#69A78D (or 0x69A78D) is unknown color: approx Acapulco. HEX triplet: 69, A7 and 8D. RGB value is (105,167,141). Sum of RGB (Red+Green+Blue) = 105+167+141=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 167 - color contains mainly: green. Hex color #69A78D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A78D is #965872. Grayscale: #919191. Windows color (decimal): -9853043 or 9283433. OLE color: 9283433.

HSL color Cylindrical-coordinate representation of color #69A78D: hue angle of 154.84º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A78D is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB105167141-
CMYK0.3700.160.35
HSL154.84º26.05%53.33%-
HSV(B)154.84º37.13%65.49%-
XYZ24.4532.5630.2-
YUV145.5125.4699.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.42%
GREEN value IS 167 (65.62% from 255) = 40.44%
BLUE value IS 141 (55.47% from 255) = 34.14%
R=25.42%
G=40.44%
B=34.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051671410.3700.160.35154.8426.0553.33
Hex69A78D25010239b1a35
Octal15124721545020432333265
Binary110100110100111100011011001010100001000111001101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,167,141); }

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

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

 a { background-color: rgb(105,167,141); }

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

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

 span { border-color: rgb(105,167,141); }

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