#7baf9c

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

Shades of Acapulco #7BAF9C

Tints of Acapulco #7BAF9C

Color information

#7BAF9C (or 0x7BAF9C) is unknown color: approx Acapulco. HEX triplet: 7B, AF and 9C. RGB value is (123,175,156). Sum of RGB (Red+Green+Blue) = 123+175+156=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF9C is #845063. Grayscale: #9D9D9D. Windows color (decimal): -8671332 or 10268539. OLE color: 10268539.

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

Color convert

RGB123175156-
CMYK0.3000.110.31
HSL158.08º24.53%58.43%-
HSV(B)158.08º29.71%68.63%-
XYZ29.537.2737.09-
YUV157.29127.27103.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.09%
GREEN value IS 175 (68.75% from 255) = 38.55%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=27.09%
G=38.55%
B=34.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751560.3000.110.31158.0824.5358.43
Hex7BAF9C1E0B1F9e193a
Octal17325723436013372363172
Binary111101110101111100111001111001011111111001111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7baf9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,156); }

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

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

 a { background-color: rgb(123,175,156); }

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

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

 span { border-color: rgb(123,175,156); }

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