#7CB19B

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

Shades of Acapulco #7CB19B

Tints of Acapulco #7CB19B

Color information

#7CB19B (or 0x7CB19B) is unknown color: approx Acapulco. HEX triplet: 7C, B1 and 9B. RGB value is (124,177,155). Sum of RGB (Red+Green+Blue) = 124+177+155=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB19B is #834E64. Grayscale: #9E9E9E. Windows color (decimal): -8605285 or 10203516. OLE color: 10203516.

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

Color convert

RGB124177155-
CMYK0.3000.120.31
HSL155.09º25.36%59.02%-
HSV(B)155.09º29.94%69.41%-
XYZ29.9538.136.79-
YUV158.64125.94103.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.19%
GREEN value IS 177 (69.53% from 255) = 38.82%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=27.19%
G=38.82%
B=33.99%

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
Decimal1241771550.3000.120.31155.0925.3659.02
Hex7CB19B1E0C1F9b193b
Octal17426123336014372333173
Binary111110010110001100110111111001100111111001101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,155); }

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

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

 a { background-color: rgb(124,177,155); }

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

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

 span { border-color: rgb(124,177,155); }

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