#7BEDAC

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

Shades of Vista Blue #7BEDAC

Tints of Vista Blue #7BEDAC

Color information

#7BEDAC (or 0x7BEDAC) is unknown color: approx Vista Blue. HEX triplet: 7B, ED and AC. RGB value is (123,237,172). Sum of RGB (Red+Green+Blue) = 123+237+172=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #7BEDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEDAC is #841253. Grayscale: #C3C3C3. Windows color (decimal): -8655444 or 11332987. OLE color: 11332987.

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

Color convert

RGB123237172-
CMYK0.4800.270.07
HSL145.79º76%70.59%-
HSV(B)145.79º48.1%92.94%-
XYZ45.967.7649.69-
YUV195.5114.7376.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.12%
GREEN value IS 237 (92.97% from 255) = 44.55%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=23.12%
G=44.55%
B=32.33%

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
Decimal1232371720.4800.270.07145.797670.59
Hex7BEDAC3001B7924c47
Octal173355254600337222114107
Binary111101111101101101011001100000110111111001001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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