#7BB09A

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

Shades of Acapulco #7BB09A

Tints of Acapulco #7BB09A

Color information

#7BB09A (or 0x7BB09A) is unknown color: approx Acapulco. HEX triplet: 7B, B0 and 9A. RGB value is (123,176,154). Sum of RGB (Red+Green+Blue) = 123+176+154=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB09A is #844F65. Grayscale: #9D9D9D. Windows color (decimal): -8671078 or 10137723. OLE color: 10137723.

HSL color Cylindrical-coordinate representation of color #7BB09A: hue angle of 155.09º 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 #7BB09A is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB123176154-
CMYK0.3000.120.31
HSL155.09º25.12%58.63%-
HSV(B)155.09º30.11%69.02%-
XYZ29.5337.5936.27-
YUV157.65125.94103.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.15%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=27.15%
G=38.85%
B=34.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231761540.3000.120.31155.0925.1258.63
Hex7BB09A1E0C1F9b193b
Octal17326023236014372333173
Binary111101110110000100110101111001100111111001101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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