#7BE3AB

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

Shades of Vista Blue #7BE3AB

Tints of Vista Blue #7BE3AB

Color information

#7BE3AB (or 0x7BE3AB) is unknown color: approx Vista Blue. HEX triplet: 7B, E3 and AB. RGB value is (123,227,171). Sum of RGB (Red+Green+Blue) = 123+227+171=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #7BE3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE3AB is #841C54. Grayscale: #BDBDBD. Windows color (decimal): -8658005 or 11264891. OLE color: 11264891.

HSL color Cylindrical-coordinate representation of color #7BE3AB: hue angle of 147.69º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE3AB is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB123227171-
CMYK0.4600.250.11
HSL147.69º65%68.63%-
HSV(B)147.69º45.81%89.02%-
XYZ42.9962.0948.25-
YUV189.52117.5480.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.61%
GREEN value IS 227 (89.06% from 255) = 43.57%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=23.61%
G=43.57%
B=32.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232271710.4600.250.11147.696568.63
Hex7BE3AB2E019B944145
Octal1733432535603113224101105
Binary1111011111000111010101110111001100110111001010010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,227,171); }

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

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

 a { background-color: rgb(123,227,171); }

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

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

 span { border-color: rgb(123,227,171); }

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