#7BEEB4

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

Shades of Vista Blue #7BEEB4

Tints of Vista Blue #7BEEB4

Color information

#7BEEB4 (or 0x7BEEB4) is unknown color: approx Vista Blue. HEX triplet: 7B, EE and B4. RGB value is (123,238,180). Sum of RGB (Red+Green+Blue) = 123+238+180=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #7BEEB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEEB4 is #84114B. Grayscale: #C5C5C5. Windows color (decimal): -8655180 or 11857531. OLE color: 11857531.

HSL color Cylindrical-coordinate representation of color #7BEEB4: hue angle of 149.74º 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 #7BEEB4 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB123238180-
CMYK0.4800.240.07
HSL149.74º77.18%70.78%-
HSV(B)149.74º48.32%93.33%-
XYZ46.9868.6653.96-
YUV197118.475.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.74%
GREEN value IS 238 (93.36% from 255) = 43.99%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=22.74%
G=43.99%
B=33.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1232381800.4800.240.07149.7477.1870.78
Hex7BEEB4300187964d47
Octal173356264600307226115107
Binary111101111101110101101001100000110001111001011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BEEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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