#7BE7A4

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

Shades of Vista Blue #7BE7A4

Tints of Vista Blue #7BE7A4

Color information

#7BE7A4 (or 0x7BE7A4) is unknown color: approx Vista Blue. HEX triplet: 7B, E7 and A4. RGB value is (123,231,164). Sum of RGB (Red+Green+Blue) = 123+231+164=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #7BE7A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BE7A4 is #84185B. Grayscale: #BFBFBF. Windows color (decimal): -8656988 or 10807163. OLE color: 10807163.

HSL color Cylindrical-coordinate representation of color #7BE7A4: hue angle of 142.78º 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 #7BE7A4 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB123231164-
CMYK0.4700.290.09
HSL142.78º69.23%69.41%-
HSV(B)142.78º46.75%90.59%-
XYZ43.4564.0445.19-
YUV191.07112.7279.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.75%
GREEN value IS 231 (90.62% from 255) = 44.59%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=23.75%
G=44.59%
B=31.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232311640.4700.290.09142.7869.2369.41
Hex7BE7A42F01D98f4545
Octal1733472445703511217105105
Binary1111011111001111010010010111101110110011000111110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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