#78a38f

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

Shades of Acapulco #78A38F

Tints of Acapulco #78A38F

Color information

#78A38F (or 0x78A38F) is unknown color: approx Acapulco. HEX triplet: 78, A3 and 8F. RGB value is (120,163,143). Sum of RGB (Red+Green+Blue) = 120+163+143=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 163 - color contains mainly: green. Hex color #78A38F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A38F is #875C70. Grayscale: #939393. Windows color (decimal): -8871025 or 9413496. OLE color: 9413496.

HSL color Cylindrical-coordinate representation of color #78A38F: hue angle of 152.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A38F is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB120163143-
CMYK0.2600.120.36
HSL152.09º18.94%55.49%-
HSV(B)152.09º26.38%63.92%-
XYZ25.832.1730.84-
YUV147.86125.25108.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.17%
GREEN value IS 163 (64.06% from 255) = 38.26%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=28.17%
G=38.26%
B=33.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201631430.2600.120.36152.0918.9455.49
Hex78A38F1A0C24981337
Octal17024321732014442302367
Binary1111000101000111000111111010011001001001001100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78a38f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78a38f; }

 p { color: rgb(120,163,143); }

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

<style>
 a { background-color: #78a38f; }

 a { background-color: rgb(120,163,143); }

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

<style>
 span { border-color: #78a38f; }

 span { border-color: rgb(120,163,143); }

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