#7becac

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

Shades of Vista Blue #7BECAC

Tints of Vista Blue #7BECAC

Color information

#7BECAC (or 0x7BECAC) is unknown color: approx Vista Blue. HEX triplet: 7B, EC and AC. RGB value is (123,236,172). Sum of RGB (Red+Green+Blue) = 123+236+172=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #7BECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BECAC is #841353. Grayscale: #C3C3C3. Windows color (decimal): -8655700 or 11332731. OLE color: 11332731.

HSL color Cylindrical-coordinate representation of color #7BECAC: hue angle of 146.02º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BECAC is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB123236172-
CMYK0.4800.270.07
HSL146.02º74.83%70.39%-
HSV(B)146.02º47.88%92.55%-
XYZ45.6167.1849.59-
YUV194.92115.0676.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.16%
GREEN value IS 236 (92.58% from 255) = 44.44%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=23.16%
G=44.44%
B=32.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232361720.4800.270.07146.0274.8370.39
Hex7BECAC3001B7924b46
Octal173354254600337222113106
Binary111101111101100101011001100000110111111001001010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7becac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,236,172); }

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

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

 a { background-color: rgb(123,236,172); }

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

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

 span { border-color: rgb(123,236,172); }

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