#7BF2AE

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

Shades of Vista Blue #7BF2AE

Tints of Vista Blue #7BF2AE

Color information

#7BF2AE (or 0x7BF2AE) is unknown color: approx Vista Blue. HEX triplet: 7B, F2 and AE. RGB value is (123,242,174). Sum of RGB (Red+Green+Blue) = 123+242+174=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #7BF2AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF2AE is #840D51. Grayscale: #C6C6C6. Windows color (decimal): -8654162 or 11465339. OLE color: 11465339.

HSL color Cylindrical-coordinate representation of color #7BF2AE: hue angle of 145.71º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF2AE is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB123242174-
CMYK0.4900.280.05
HSL145.71º82.07%71.57%-
HSV(B)145.71º49.17%94.9%-
XYZ47.5670.7751.2-
YUV198.67114.0874.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.82%
GREEN value IS 242 (94.92% from 255) = 44.90%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=22.82%
G=44.90%
B=32.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1232421740.4900.280.05145.7182.0771.57
Hex7BF2AE3101C5925248
Octal173362256610345222122110
Binary111101111110010101011101100010111001011001001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,242,174); }

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

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

 a { background-color: rgb(123,242,174); }

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

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

 span { border-color: rgb(123,242,174); }

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