#7BE7A8

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

Shades of Vista Blue #7BE7A8

Tints of Vista Blue #7BE7A8

Color information

#7BE7A8 (or 0x7BE7A8) is unknown color: approx Vista Blue. HEX triplet: 7B, E7 and A8. RGB value is (123,231,168). Sum of RGB (Red+Green+Blue) = 123+231+168=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #7BE7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BE7A8 is #841857. Grayscale: #BFBFBF. Windows color (decimal): -8656984 or 11069307. OLE color: 11069307.

HSL color Cylindrical-coordinate representation of color #7BE7A8: hue angle of 145º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE7A8 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB123231168-
CMYK0.4700.270.09
HSL145º69.23%69.41%-
HSV(B)145º46.75%90.59%-
XYZ43.8164.1947.13-
YUV191.53114.7279.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.56%
GREEN value IS 231 (90.62% from 255) = 44.25%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=23.56%
G=44.25%
B=32.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232311680.4700.270.0914569.2369.41
Hex7BE7A82F01B9914545
Octal1733472505703311221105105
Binary1111011111001111010100010111101101110011001000110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,231,168); }

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

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

 a { background-color: rgb(123,231,168); }

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

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

 span { border-color: rgb(123,231,168); }

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