#7BE9A8

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

Shades of Vista Blue #7BE9A8

Tints of Vista Blue #7BE9A8

Color information

#7BE9A8 (or 0x7BE9A8) is unknown color: approx Vista Blue. HEX triplet: 7B, E9 and A8. RGB value is (123,233,168). Sum of RGB (Red+Green+Blue) = 123+233+168=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #7BE9A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BE9A8 is #841657. Grayscale: #C0C0C0. Windows color (decimal): -8656472 or 11069819. OLE color: 11069819.

HSL color Cylindrical-coordinate representation of color #7BE9A8: hue angle of 144.55º degrees, saturation: 0.71, 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 #7BE9A8 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB123233168-
CMYK0.4700.280.09
HSL144.55º71.43%69.8%-
HSV(B)144.55º47.21%91.37%-
XYZ44.3865.3247.31-
YUV192.7114.0678.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.47%
GREEN value IS 233 (91.41% from 255) = 44.47%
BLUE value IS 168 (66.02% from 255) = 32.06%
R=23.47%
G=44.47%
B=32.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1232331680.4700.280.09144.5571.4369.8
Hex7BE9A82F01C9914746
Octal1733512505703411221107106
Binary1111011111010011010100010111101110010011001000110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BE9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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