#7BA28E

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

Shades of Acapulco #7BA28E

Tints of Acapulco #7BA28E

Color information

#7BA28E (or 0x7BA28E) is unknown color: approx Acapulco. HEX triplet: 7B, A2 and 8E. RGB value is (123,162,142). Sum of RGB (Red+Green+Blue) = 123+162+142=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA28E is #845D71. Grayscale: #949494. Windows color (decimal): -8674674 or 9347707. OLE color: 9347707.

HSL color Cylindrical-coordinate representation of color #7BA28E: hue angle of 149.23º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7BA28E is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB123162142-
CMYK0.2400.120.36
HSL149.23º17.33%55.88%-
HSV(B)149.23º24.07%63.53%-
XYZ25.973230.4-
YUV148.06124.58110.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.81%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=28.81%
G=37.94%
B=33.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231621420.2400.120.36149.2317.3355.88
Hex7BA28E180C24951138
Octal17324221630014442252170
Binary1111011101000101000111011000011001001001001010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BA28E; }

 p { color: rgb(123,162,142); }

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

<style>
 a { background-color: #7BA28E; }

 a { background-color: rgb(123,162,142); }

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

<style>
 span { border-color: #7BA28E; }

 span { border-color: rgb(123,162,142); }

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