#7be3a8

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

Shades of Vista Blue #7BE3A8

Tints of Vista Blue #7BE3A8

Color information

#7BE3A8 (or 0x7BE3A8) is unknown color: approx Vista Blue. HEX triplet: 7B, E3 and A8. RGB value is (123,227,168). Sum of RGB (Red+Green+Blue) = 123+227+168=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #7BE3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE3A8 is #841C57. Grayscale: #BDBDBD. Windows color (decimal): -8658008 or 11068283. OLE color: 11068283.

HSL color Cylindrical-coordinate representation of color #7BE3A8: hue angle of 145.96º 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 #7BE3A8 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB123227168-
CMYK0.4600.260.11
HSL145.96º65%68.63%-
HSV(B)145.96º45.81%89.02%-
XYZ42.7161.9846.76-
YUV189.18116.0480.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.75%
GREEN value IS 227 (89.06% from 255) = 43.82%
BLUE value IS 168 (66.02% from 255) = 32.43%
R=23.75%
G=43.82%
B=32.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1232271680.4600.260.11145.966568.63
Hex7BE3A82E01AB924145
Octal1733432505603213222101105
Binary1111011111000111010100010111001101010111001001010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7be3a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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