#7BE7AE

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

Shades of Vista Blue #7BE7AE

Tints of Vista Blue #7BE7AE

Color information

#7BE7AE (or 0x7BE7AE) is unknown color: approx Vista Blue. HEX triplet: 7B, E7 and AE. RGB value is (123,231,174). Sum of RGB (Red+Green+Blue) = 123+231+174=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 231 (90.62% from 255 or 43.75% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 231 - color contains mainly: green. Hex color #7BE7AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BE7AE is #841851. Grayscale: #C0C0C0. Windows color (decimal): -8656978 or 11462523. OLE color: 11462523.

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

Color convert

RGB123231174-
CMYK0.4700.250.09
HSL148.33º69.23%69.41%-
HSV(B)148.33º46.75%90.59%-
XYZ44.3864.4250.14-
YUV192.21117.7278.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.30%
GREEN value IS 231 (90.62% from 255) = 43.75%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=23.30%
G=43.75%
B=32.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232311740.4700.250.09148.3369.2369.41
Hex7BE7AE2F0199944545
Octal1733472565703111224105105
Binary1111011111001111010111010111101100110011001010010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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