#78EDB0

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

Shades of Vista Blue #78EDB0

Tints of Vista Blue #78EDB0

Color information

#78EDB0 (or 0x78EDB0) is unknown color: approx Vista Blue. HEX triplet: 78, ED and B0. RGB value is (120,237,176). Sum of RGB (Red+Green+Blue) = 120+237+176=533 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.51% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EDB0 is #87124F. Grayscale: #C3C3C3. Windows color (decimal): -8852048 or 11595128. OLE color: 11595128.

HSL color Cylindrical-coordinate representation of color #78EDB0: hue angle of 148.72º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDB0 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB120237176-
CMYK0.4900.260.07
HSL148.72º76.47%70%-
HSV(B)148.72º49.37%92.94%-
XYZ45.8767.751.72-
YUV195.06117.2474.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.51%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 176 (69.14% from 255) = 33.02%
R=22.51%
G=44.47%
B=33.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202371760.4900.260.07148.7276.4770
Hex78EDB03101A7954c46
Octal170355260610327225114106
Binary111100011101101101100001100010110101111001010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78EDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78EDB0; }

 p { color: rgb(120,237,176); }

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

<style>
 a { background-color: #78EDB0; }

 a { background-color: rgb(120,237,176); }

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

<style>
 span { border-color: #78EDB0; }

 span { border-color: rgb(120,237,176); }

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