#7BDA9D

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

Shades of Vista Blue #7BDA9D

Tints of Vista Blue #7BDA9D

Color information

#7BDA9D (or 0x7BDA9D) is unknown color: approx Vista Blue. HEX triplet: 7B, DA and 9D. RGB value is (123,218,157). Sum of RGB (Red+Green+Blue) = 123+218+157=498 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.70% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDA9D is #842562. Grayscale: #B6B6B6. Windows color (decimal): -8660323 or 10345083. OLE color: 10345083.

HSL color Cylindrical-coordinate representation of color #7BDA9D: hue angle of 141.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDA9D is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB123218157-
CMYK0.4400.280.15
HSL141.47º56.21%66.86%-
HSV(B)141.47º43.58%85.49%-
XYZ39.3356.7940.79-
YUV182.64113.5385.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.70%
GREEN value IS 218 (85.55% from 255) = 43.78%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=24.70%
G=43.78%
B=31.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232181570.4400.280.15141.4756.2166.86
Hex7BDA9D2C01CF8d3843
Octal173332235540341721570103
Binary111101111011010100111011011000111001111100011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,218,157); }

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

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

 a { background-color: rgb(123,218,157); }

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

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

 span { border-color: rgb(123,218,157); }

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