#7BE9AE

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

Shades of Vista Blue #7BE9AE

Tints of Vista Blue #7BE9AE

Color information

#7BE9AE (or 0x7BE9AE) is unknown color: approx Vista Blue. HEX triplet: 7B, E9 and AE. RGB value is (123,233,174). Sum of RGB (Red+Green+Blue) = 123+233+174=530 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.21% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #7BE9AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BE9AE is #841651. Grayscale: #C1C1C1. Windows color (decimal): -8656466 or 11463035. OLE color: 11463035.

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

Color convert

RGB123233174-
CMYK0.4700.250.09
HSL147.82º71.43%69.8%-
HSV(B)147.82º47.21%91.37%-
XYZ44.9565.5450.33-
YUV193.38117.0677.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.21%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=23.21%
G=43.96%
B=32.83%

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
Decimal1232331740.4700.250.09147.8271.4369.8
Hex7BE9AE2F0199944746
Octal1733512565703111224107106
Binary1111011111010011010111010111101100110011001010010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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