#7BF1A9

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

Shades of Vista Blue #7BF1A9

Tints of Vista Blue #7BF1A9

Color information

#7BF1A9 (or 0x7BF1A9) is unknown color: approx Vista Blue. HEX triplet: 7B, F1 and A9. RGB value is (123,241,169). Sum of RGB (Red+Green+Blue) = 123+241+169=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #7BF1A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF1A9 is #840E56. Grayscale: #C5C5C5. Windows color (decimal): -8654423 or 11137403. OLE color: 11137403.

HSL color Cylindrical-coordinate representation of color #7BF1A9: hue angle of 143.39º 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 #7BF1A9 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB123241169-
CMYK0.4900.300.05
HSL143.39º80.82%71.37%-
HSV(B)143.39º48.96%94.51%-
XYZ46.7969.9948.58-
YUV197.51111.9174.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.08%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=23.08%
G=45.22%
B=31.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232411690.4900.300.05143.3980.8271.37
Hex7BF1A93101E58f5147
Octal173361251610365217121107
Binary111101111110001101010011100010111101011000111110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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