#7BE4A8

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

Shades of Vista Blue #7BE4A8

Tints of Vista Blue #7BE4A8

Color information

#7BE4A8 (or 0x7BE4A8) is unknown color: approx Vista Blue. HEX triplet: 7B, E4 and A8. RGB value is (123,228,168). Sum of RGB (Red+Green+Blue) = 123+228+168=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #7BE4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE4A8 is #841B57. Grayscale: #BDBDBD. Windows color (decimal): -8657752 or 11068539. OLE color: 11068539.

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

Color convert

RGB123228168-
CMYK0.4600.260.11
HSL145.71º66.04%68.82%-
HSV(B)145.71º46.05%89.41%-
XYZ42.9862.5246.85-
YUV189.76115.7180.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.70%
GREEN value IS 228 (89.45% from 255) = 43.93%
BLUE value IS 168 (66.02% from 255) = 32.37%
R=23.70%
G=43.93%
B=32.37%

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
Decimal1232281680.4600.260.11145.7166.0468.82
Hex7BE4A82E01AB924245
Octal1733442505603213222102105
Binary1111011111001001010100010111001101010111001001010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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