#7BF1AD

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

Shades of Vista Blue #7BF1AD

Tints of Vista Blue #7BF1AD

Color information

#7BF1AD (or 0x7BF1AD) is unknown color: approx Vista Blue. HEX triplet: 7B, F1 and AD. RGB value is (123,241,173). Sum of RGB (Red+Green+Blue) = 123+241+173=537 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.91% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF1AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF1AD is #840E52. Grayscale: #C6C6C6. Windows color (decimal): -8654419 or 11399547. OLE color: 11399547.

HSL color Cylindrical-coordinate representation of color #7BF1AD: hue angle of 145.42º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF1AD is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB123241173-
CMYK0.4900.280.05
HSL145.42º80.82%71.37%-
HSV(B)145.42º48.96%94.51%-
XYZ47.1770.1450.59-
YUV197.97113.9174.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.91%
GREEN value IS 241 (94.53% from 255) = 44.88%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=22.91%
G=44.88%
B=32.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232411730.4900.280.05145.4280.8271.37
Hex7BF1AD3101C5915147
Octal173361255610345221121107
Binary111101111110001101011011100010111001011001000110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,241,173); }

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

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

 a { background-color: rgb(123,241,173); }

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

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

 span { border-color: rgb(123,241,173); }

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