#7BE5AA

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

Shades of Vista Blue #7BE5AA

Tints of Vista Blue #7BE5AA

Color information

#7BE5AA (or 0x7BE5AA) is unknown color: approx Vista Blue. HEX triplet: 7B, E5 and AA. RGB value is (123,229,170). Sum of RGB (Red+Green+Blue) = 123+229+170=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #7BE5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE5AA is #841A55. Grayscale: #BEBEBE. Windows color (decimal): -8657494 or 11199867. OLE color: 11199867.

HSL color Cylindrical-coordinate representation of color #7BE5AA: hue angle of 146.6º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE5AA is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB123229170-
CMYK0.4600.260.10
HSL146.6º67.09%69.02%-
HSV(B)146.6º46.29%89.8%-
XYZ43.4463.1547.93-
YUV190.58116.3879.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.56%
GREEN value IS 229 (89.84% from 255) = 43.87%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=23.56%
G=43.87%
B=32.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1232291700.4600.260.10146.667.0969.02
Hex7BE5AA2E01AA934345
Octal1733452525603212223103105
Binary1111011111001011010101010111001101010101001001110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,229,170); }

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

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

 a { background-color: rgb(123,229,170); }

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

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

 span { border-color: rgb(123,229,170); }

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