#7BE8A9

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

Shades of Vista Blue #7BE8A9

Tints of Vista Blue #7BE8A9

Color information

#7BE8A9 (or 0x7BE8A9) is unknown color: approx Vista Blue. HEX triplet: 7B, E8 and A9. RGB value is (123,232,169). Sum of RGB (Red+Green+Blue) = 123+232+169=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #7BE8A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BE8A9 is #841756. Grayscale: #C0C0C0. Windows color (decimal): -8656727 or 11135099. OLE color: 11135099.

HSL color Cylindrical-coordinate representation of color #7BE8A9: hue angle of 145.32º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE8A9 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB123232169-
CMYK0.4700.270.09
HSL145.32º70.32%69.61%-
HSV(B)145.32º46.98%90.98%-
XYZ44.1964.7947.71-
YUV192.23114.8978.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.47%
GREEN value IS 232 (91.02% from 255) = 44.27%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=23.47%
G=44.27%
B=32.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232321690.4700.270.09145.3270.3269.61
Hex7BE8A92F01B9914646
Octal1733502515703311221106106
Binary1111011111010001010100110111101101110011001000110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,232,169); }

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

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

 a { background-color: rgb(123,232,169); }

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

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

 span { border-color: rgb(123,232,169); }

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