#7BEEA6

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

Shades of Vista Blue #7BEEA6

Tints of Vista Blue #7BEEA6

Color information

#7BEEA6 (or 0x7BEEA6) is unknown color: approx Vista Blue. HEX triplet: 7B, EE and A6. RGB value is (123,238,166). Sum of RGB (Red+Green+Blue) = 123+238+166=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEEA6 is #841159. Grayscale: #C3C3C3. Windows color (decimal): -8655194 or 10940027. OLE color: 10940027.

HSL color Cylindrical-coordinate representation of color #7BEEA6: hue angle of 142.43º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEEA6 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB123238166-
CMYK0.4800.300.07
HSL142.43º77.18%70.78%-
HSV(B)142.43º48.32%93.33%-
XYZ45.6368.1146.82-
YUV195.41111.476.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.34%
GREEN value IS 238 (93.36% from 255) = 45.16%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=23.34%
G=45.16%
B=31.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232381660.4800.300.07142.4377.1870.78
Hex7BEEA63001E78e4d47
Octal173356246600367216115107
Binary111101111101110101001101100000111101111000111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,238,166); }

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

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

 a { background-color: rgb(123,238,166); }

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

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

 span { border-color: rgb(123,238,166); }

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