#7BB09F

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

Shades of Acapulco #7BB09F

Tints of Acapulco #7BB09F

Color information

#7BB09F (or 0x7BB09F) is unknown color: approx Acapulco. HEX triplet: 7B, B0 and 9F. RGB value is (123,176,159). Sum of RGB (Red+Green+Blue) = 123+176+159=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB09F is #844F60. Grayscale: #9E9E9E. Windows color (decimal): -8671073 or 10465403. OLE color: 10465403.

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

Color convert

RGB123176159-
CMYK0.3000.100.31
HSL160.75º25.12%58.63%-
HSV(B)160.75º30.11%69.02%-
XYZ29.9537.7638.51-
YUV158.22128.44102.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.86%
GREEN value IS 176 (69.14% from 255) = 38.43%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=26.86%
G=38.43%
B=34.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231761590.3000.100.31160.7525.1258.63
Hex7BB09F1E0A1Fa1193b
Octal17326023736012372413173
Binary111101110110000100111111111001010111111010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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