#7BEAA3

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

Shades of Vista Blue #7BEAA3

Tints of Vista Blue #7BEAA3

Color information

#7BEAA3 (or 0x7BEAA3) is unknown color: approx Vista Blue. HEX triplet: 7B, EA and A3. RGB value is (123,234,163). Sum of RGB (Red+Green+Blue) = 123+234+163=520 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.65% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEAA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEAA3 is #84155C. Grayscale: #C0C0C0. Windows color (decimal): -8656221 or 10742395. OLE color: 10742395.

HSL color Cylindrical-coordinate representation of color #7BEAA3: hue angle of 141.62º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BEAA3 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB123234163-
CMYK0.4700.300.08
HSL141.62º72.55%70%-
HSV(B)141.62º47.44%91.76%-
XYZ44.265.745-
YUV192.72111.2378.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.65%
GREEN value IS 234 (91.80% from 255) = 45%
BLUE value IS 163 (64.06% from 255) = 31.35%
R=23.65%
G=45%
B=31.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1232341630.4700.300.08141.6272.5570
Hex7BEAA32F01E88e4946
Octal1733522435703610216111106
Binary1111011111010101010001110111101111010001000111010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,234,163); }

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

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

 a { background-color: rgb(123,234,163); }

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

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

 span { border-color: rgb(123,234,163); }

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