#7BB19F

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

Shades of Acapulco #7BB19F

Tints of Acapulco #7BB19F

Color information

#7BB19F (or 0x7BB19F) is unknown color: approx Acapulco. HEX triplet: 7B, B1 and 9F. RGB value is (123,177,159). Sum of RGB (Red+Green+Blue) = 123+177+159=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB19F is #844E60. Grayscale: #9E9E9E. Windows color (decimal): -8670817 or 10465659. OLE color: 10465659.

HSL color Cylindrical-coordinate representation of color #7BB19F: hue angle of 160º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB19F is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB123177159-
CMYK0.3100.100.31
HSL160º25.71%58.82%-
HSV(B)160º30.51%69.41%-
XYZ30.1538.1638.58-
YUV158.8128.11102.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.80%
GREEN value IS 177 (69.53% from 255) = 38.56%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=26.80%
G=38.56%
B=34.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231771590.3100.100.3116025.7158.82
Hex7BB19F1F0A1Fa01a3b
Octal17326123737012372403273
Binary111101110110001100111111111101010111111010000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,177,159); }

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

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

 a { background-color: rgb(123,177,159); }

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

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

 span { border-color: rgb(123,177,159); }

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