#7BDA9C

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

Shades of Vista Blue #7BDA9C

Tints of Vista Blue #7BDA9C

Color information

#7BDA9C (or 0x7BDA9C) is unknown color: approx Vista Blue. HEX triplet: 7B, DA and 9C. RGB value is (123,218,156). Sum of RGB (Red+Green+Blue) = 123+218+156=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDA9C is #842563. Grayscale: #B6B6B6. Windows color (decimal): -8660324 or 10279547. OLE color: 10279547.

HSL color Cylindrical-coordinate representation of color #7BDA9C: hue angle of 140.84º 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 #7BDA9C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB123218156-
CMYK0.4400.280.15
HSL140.84º56.21%66.86%-
HSV(B)140.84º43.58%85.49%-
XYZ39.2456.7540.34-
YUV182.53113.0385.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.75%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=24.75%
G=43.86%
B=31.39%

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
Decimal1232181560.4400.280.15140.8456.2166.86
Hex7BDA9C2C01CF8d3843
Octal173332234540341721570103
Binary111101111011010100111001011000111001111100011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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