#7CB09A

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

Shades of Acapulco #7CB09A

Tints of Acapulco #7CB09A

Color information

#7CB09A (or 0x7CB09A) is unknown color: approx Acapulco. HEX triplet: 7C, B0 and 9A. RGB value is (124,176,154). Sum of RGB (Red+Green+Blue) = 124+176+154=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB09A is #834F65. Grayscale: #9D9D9D. Windows color (decimal): -8605542 or 10137724. OLE color: 10137724.

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

Color convert

RGB124176154-
CMYK0.3000.120.31
HSL154.62º24.76%58.82%-
HSV(B)154.62º29.55%69.02%-
XYZ29.6737.6736.28-
YUV157.94125.77103.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.31%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=27.31%
G=38.77%
B=33.92%

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
Decimal1241761540.3000.120.31154.6224.7658.82
Hex7CB09A1E0C1F9b193b
Octal17426023236014372333173
Binary111110010110000100110101111001100111111001101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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